Skip to content

Commit 2c3146a

Browse files
committed
Fix whitespace
1 parent efe7a73 commit 2c3146a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/_global/knn_search/KnnSearchRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { Query } from './_types/Knn'
2525

2626
/**
2727
* Run a knn search.
28-
*
28+
*
2929
* NOTE: The kNN search API has been replaced by the `knn` option in the search API.
3030
*
3131
* Perform a k-nearest neighbor (kNN) search on a dense_vector field and return the matching documents.

specification/_global/search_shards/SearchShardsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { ExpandWildcards, Indices, Routing } from '@_types/common'
2222

2323
/**
2424
* Get the search shards.
25-
*
25+
*
2626
* Get the indices and shards that a search request would be run against.
2727
* This information can be useful for working out issues or planning optimizations with routing and shard preferences.
2828
* When filtered aliases are used, the filter is returned as part of the indices section.

0 commit comments

Comments
 (0)