Skip to content

Commit f9c7e26

Browse files
committed
knn already inherits boost field
1 parent 8c5b6fb commit f9c7e26

File tree

5 files changed

+3
-23
lines changed

5 files changed

+3
-23
lines changed

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 3 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_types/Knn.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ export interface KnnQuery extends QueryBase {
6060
query_vector_builder?: QueryVectorBuilder
6161
/** The number of nearest neighbor candidates to consider per shard */
6262
num_candidates?: long
63-
/** Boost value to apply to kNN scores */
64-
boost?: float
6563
/** Filters for the kNN search query */
6664
filter?: QueryContainer | QueryContainer[]
6765
/** The minimum similarity for a vector to be considered a match */

0 commit comments

Comments
 (0)