diff --git a/output/openapi/elasticsearch-openapi.json b/output/openapi/elasticsearch-openapi.json index ff3b5269f7..c5e6265f5f 100644 --- a/output/openapi/elasticsearch-openapi.json +++ b/output/openapi/elasticsearch-openapi.json @@ -55929,7 +55929,7 @@ }, "prune": { "description": "Whether to perform pruning, omitting the non-significant tokens from the query to improve query performance.\nIf prune is true but the pruning_config is not specified, pruning will occur but default values will be used.\nDefault: false", - "x-state": "Technical preview; Added in 8.15.0", + "x-state": "Generally available; Added in 8.15.0", "type": "boolean" }, "pruning_config": { diff --git a/output/openapi/elasticsearch-serverless-openapi.json b/output/openapi/elasticsearch-serverless-openapi.json index d5c9f7ff94..6431574837 100644 --- a/output/openapi/elasticsearch-serverless-openapi.json +++ b/output/openapi/elasticsearch-serverless-openapi.json @@ -34713,7 +34713,7 @@ }, "prune": { "description": "Whether to perform pruning, omitting the non-significant tokens from the query to improve query performance.\nIf prune is true but the pruning_config is not specified, pruning will occur but default values will be used.\nDefault: false", - "x-state": "Technical preview", + "x-state": "Generally available", "type": "boolean" }, "pruning_config": { diff --git a/output/schema/schema.json b/output/schema/schema.json index 738baabe8f..cb7b9d0a0f 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -94127,12 +94127,9 @@ }, { "availability": { - "serverless": { - "stability": "experimental" - }, + "serverless": {}, "stack": { - "since": "8.15.0", - "stability": "experimental" + "since": "8.15.0" } }, "containerProperty": true, @@ -94149,12 +94146,9 @@ }, { "availability": { - "serverless": { - "stability": "experimental" - }, + "serverless": {}, "stack": { - "since": "8.15.0", - "stability": "experimental" + "since": "8.15.0" } }, "containerProperty": true, diff --git a/specification/_types/query_dsl/SparseVectorQuery.ts b/specification/_types/query_dsl/SparseVectorQuery.ts index 2b3dafedfe..c2164bb3db 100644 --- a/specification/_types/query_dsl/SparseVectorQuery.ts +++ b/specification/_types/query_dsl/SparseVectorQuery.ts @@ -61,8 +61,8 @@ export class SparseVectorQuery extends QueryBase { * Whether to perform pruning, omitting the non-significant tokens from the query to improve query performance. * If prune is true but the pruning_config is not specified, pruning will occur but default values will be used. * Default: false - * @availability stack since=8.15.0 stability=experimental - * @availability serverless stability=experimental + * @availability stack since=8.15.0 + * @availability serverless * @variant container_property */ prune?: boolean @@ -72,8 +72,8 @@ export class SparseVectorQuery extends QueryBase { * If enabled, this will omit non-significant tokens from the query in order to improve query performance. * This is only used if prune is set to true. * If prune is set to true but pruning_config is not specified, default values will be used. - * @availability stack since=8.15.0 stability=experimental - * @availability serverless stability=experimental + * @availability stack since=8.15.0 + * @availability serverless * @variant container_property */ pruning_config?: TokenPruningConfig