Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Oct 25, 2024
1 parent efe7a73 commit 2c3146a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion specification/_global/knn_search/KnnSearchRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { Query } from './_types/Knn'

/**
* Run a knn search.
*
*
* NOTE: The kNN search API has been replaced by the `knn` option in the search API.
*
* Perform a k-nearest neighbor (kNN) search on a dense_vector field and return the matching documents.
Expand Down
2 changes: 1 addition & 1 deletion specification/_global/search_shards/SearchShardsRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { ExpandWildcards, Indices, Routing } from '@_types/common'

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

0 comments on commit 2c3146a

Please sign in to comment.