diff --git a/output/schema/schema.json b/output/schema/schema.json index 04355e0725..0085a8e441 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -77557,7 +77557,7 @@ "since": "8.13.0" } }, - "description": "Supports prototyping text_expansion query results by sending in precomputed tokens with the query. Not intended for production workflows.", + "description": "Supports returning text_expansion query results by sending in precomputed tokens with the query.", "docId": "query-dsl-weighted-tokens-query", "name": "weighted_tokens", "required": false, diff --git a/specification/_types/query_dsl/abstractions.ts b/specification/_types/query_dsl/abstractions.ts index 38934cccda..ef4bd0fc37 100644 --- a/specification/_types/query_dsl/abstractions.ts +++ b/specification/_types/query_dsl/abstractions.ts @@ -375,7 +375,7 @@ export class QueryContainer { */ text_expansion?: SingleKeyDictionary /** - * Supports prototyping text_expansion query results by sending in precomputed tokens with the query. Not intended for production workflows. + * Supports returning text_expansion query results by sending in precomputed tokens with the query. * @availability stack since=8.13.0 * @availability serverless * @doc_id query-dsl-weighted-tokens-query