Skip to content

Commit a07023b

Browse files
markjhoypquentin
andauthored
update SparseVectorQuery pruning for GA (#4454)
Co-authored-by: Quentin Pradet <[email protected]>
1 parent c2db43c commit a07023b

File tree

4 files changed

+10
-16
lines changed

4 files changed

+10
-16
lines changed

output/openapi/elasticsearch-openapi.json

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

output/openapi/elasticsearch-serverless-openapi.json

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

output/schema/schema.json

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

specification/_types/query_dsl/SparseVectorQuery.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ export class SparseVectorQuery extends QueryBase {
6161
* Whether to perform pruning, omitting the non-significant tokens from the query to improve query performance.
6262
* If prune is true but the pruning_config is not specified, pruning will occur but default values will be used.
6363
* Default: false
64-
* @availability stack since=8.15.0 stability=experimental
65-
* @availability serverless stability=experimental
64+
* @availability stack since=8.15.0
65+
* @availability serverless
6666
* @variant container_property
6767
*/
6868
prune?: boolean
@@ -72,8 +72,8 @@ export class SparseVectorQuery extends QueryBase {
7272
* If enabled, this will omit non-significant tokens from the query in order to improve query performance.
7373
* This is only used if prune is set to true.
7474
* If prune is set to true but pruning_config is not specified, default values will be used.
75-
* @availability stack since=8.15.0 stability=experimental
76-
* @availability serverless stability=experimental
75+
* @availability stack since=8.15.0
76+
* @availability serverless
7777
* @variant container_property
7878
*/
7979
pruning_config?: TokenPruningConfig

0 commit comments

Comments
 (0)