diff --git a/output/openapi/elasticsearch-openapi.json b/output/openapi/elasticsearch-openapi.json index 9a2a9e2428..939df9e67f 100644 --- a/output/openapi/elasticsearch-openapi.json +++ b/output/openapi/elasticsearch-openapi.json @@ -43864,7 +43864,7 @@ "watcher" ], "summary": "Update Watcher index settings", - "description": "Update settings for the Watcher internal index (`.watches`).\nOnly a subset of settings can be modified.\nThis includes `index.auto_expand_replicas` and `index.number_of_replicas`.", + "description": "Update settings for the Watcher internal index (`.watches`).\nOnly a subset of settings can be modified.\nThis includes `index.auto_expand_replicas`, `index.number_of_replicas`, `index.routing.allocation.exclude.*`,\n`index.routing.allocation.include.*` and `index.routing.allocation.require.*`.\nModification of `index.routing.allocation.include._tier_preference` is an exception and is not allowed as the\nWatcher shards must always be in the `data_content` tier.", "operationId": "watcher-update-settings", "parameters": [ { @@ -73877,7 +73877,7 @@ } }, "min_score": { - "description": "Minimum _score for matching documents. Documents with a lower _score are\nnot included in the search results.", + "description": "The minimum `_score` for matching documents.\nDocuments with a lower `_score` are not included in search results and results collected by aggregations.", "type": "number" }, "post_filter": { @@ -114539,7 +114539,7 @@ ] }, "min_score": { - "description": "Minimum _score for matching documents. Documents with a lower _score are\nnot included in the search results.", + "description": "Minimum _score for matching documents. Documents with a lower _score are\nnot included in search results and results collected by aggregations.", "type": "number" }, "post_filter": { @@ -115072,7 +115072,7 @@ } }, "min_score": { - "description": "Minimum _score for matching documents. Documents with a lower _score are\nnot included in the search results.", + "description": "Minimum _score for matching documents. Documents with a lower _score are\nnot included in search results and results collected by aggregations.", "type": "number" }, "post_filter": { @@ -116644,7 +116644,7 @@ "$ref": "#/components/schemas/_types:RankContainer" }, "min_score": { - "description": "The minimum `_score` for matching documents.\nDocuments with a lower `_score` are not included in the search results.", + "description": "The minimum `_score` for matching documents.\nDocuments with a lower `_score` are not included in search results and results collected by aggregations.", "type": "number" }, "post_filter": { diff --git a/output/openapi/elasticsearch-serverless-openapi.json b/output/openapi/elasticsearch-serverless-openapi.json index 7b4253f847..449bf2b969 100644 --- a/output/openapi/elasticsearch-serverless-openapi.json +++ b/output/openapi/elasticsearch-serverless-openapi.json @@ -57605,7 +57605,7 @@ } }, "min_score": { - "description": "Minimum _score for matching documents. Documents with a lower _score are\nnot included in the search results.", + "description": "The minimum `_score` for matching documents.\nDocuments with a lower `_score` are not included in search results and results collected by aggregations.", "type": "number" }, "post_filter": { @@ -67923,7 +67923,7 @@ ] }, "min_score": { - "description": "Minimum _score for matching documents. Documents with a lower _score are\nnot included in the search results.", + "description": "Minimum _score for matching documents. Documents with a lower _score are\nnot included in search results and results collected by aggregations.", "type": "number" }, "post_filter": { @@ -69367,7 +69367,7 @@ ] }, "min_score": { - "description": "The minimum `_score` for matching documents.\nDocuments with a lower `_score` are not included in the search results.", + "description": "The minimum `_score` for matching documents.\nDocuments with a lower `_score` are not included in search results and results collected by aggregations.", "type": "number" }, "post_filter": { diff --git a/output/schema/schema-serverless.json b/output/schema/schema-serverless.json index 38d1c7d614..2f0dc5e5c0 100644 --- a/output/schema/schema-serverless.json +++ b/output/schema/schema-serverless.json @@ -11870,7 +11870,7 @@ } }, { - "description": "Minimum _score for matching documents. Documents with a lower _score are\nnot included in the search results.", + "description": "Minimum _score for matching documents. Documents with a lower _score are\nnot included in search results and results collected by aggregations.", "name": "min_score", "required": false, "type": { @@ -42670,7 +42670,7 @@ } }, { - "description": "The minimum `_score` for matching documents.\nDocuments with a lower `_score` are not included in the search results.", + "description": "The minimum `_score` for matching documents.\nDocuments with a lower `_score` are not included in search results and results collected by aggregations.", "name": "min_score", "required": false, "type": { @@ -52670,7 +52670,7 @@ } }, { - "description": "Minimum _score for matching documents. Documents with a lower _score are\nnot included in the search results.", + "description": "The minimum `_score` for matching documents.\nDocuments with a lower `_score` are not included in search results and results collected by aggregations.", "name": "min_score", "required": false, "type": { diff --git a/output/schema/schema.json b/output/schema/schema.json index 6fb505a23b..53197de9f8 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -23346,7 +23346,7 @@ "visibility": "public" } }, - "description": "Update Watcher index settings.\nUpdate settings for the Watcher internal index (`.watches`).\nOnly a subset of settings can be modified.\nThis includes `index.auto_expand_replicas` and `index.number_of_replicas`.", + "description": "Update Watcher index settings.\nUpdate settings for the Watcher internal index (`.watches`).\nOnly a subset of settings can be modified.\nThis includes `index.auto_expand_replicas`, `index.number_of_replicas`, `index.routing.allocation.exclude.*`,\n`index.routing.allocation.include.*` and `index.routing.allocation.require.*`.\nModification of `index.routing.allocation.include._tier_preference` is an exception and is not allowed as the\nWatcher shards must always be in the `data_content` tier.", "docId": "watcher-api-update-settings", "docUrl": "https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-watcher-update-settings", "name": "watcher.update_settings", @@ -31385,7 +31385,7 @@ } }, { - "description": "Minimum _score for matching documents. Documents with a lower _score are\nnot included in the search results.", + "description": "The minimum `_score` for matching documents.\nDocuments with a lower `_score` are not included in search results and results collected by aggregations.", "name": "min_score", "required": false, "type": { @@ -35985,7 +35985,7 @@ } }, { - "description": "The minimum `_score` for matching documents.\nDocuments with a lower `_score` are not included in the search results.", + "description": "The minimum `_score` for matching documents.\nDocuments with a lower `_score` are not included in search results and results collected by aggregations.", "name": "min_score", "required": false, "type": { @@ -92245,7 +92245,7 @@ } }, { - "description": "Minimum _score for matching documents. Documents with a lower _score are\nnot included in the search results.", + "description": "Minimum _score for matching documents. Documents with a lower _score are\nnot included in search results and results collected by aggregations.", "name": "min_score", "required": false, "type": { @@ -126474,7 +126474,7 @@ } }, { - "description": "Minimum _score for matching documents. Documents with a lower _score are\nnot included in the search results.", + "description": "Minimum _score for matching documents. Documents with a lower _score are\nnot included in search results and results collected by aggregations.", "name": "min_score", "required": false, "type": { @@ -238721,7 +238721,7 @@ } ] }, - "description": "Update Watcher index settings.\nUpdate settings for the Watcher internal index (`.watches`).\nOnly a subset of settings can be modified.\nThis includes `index.auto_expand_replicas` and `index.number_of_replicas`.", + "description": "Update Watcher index settings.\nUpdate settings for the Watcher internal index (`.watches`).\nOnly a subset of settings can be modified.\nThis includes `index.auto_expand_replicas`, `index.number_of_replicas`, `index.routing.allocation.exclude.*`,\n`index.routing.allocation.include.*` and `index.routing.allocation.require.*`.\nModification of `index.routing.allocation.include._tier_preference` is an exception and is not allowed as the\nWatcher shards must always be in the `data_content` tier.", "examples": { "WatcherUpdateSettingsRequestExample1": { "value": "{\n \"index.auto_expand_replicas\": \"0-4\"\n}" @@ -238764,7 +238764,7 @@ } } ], - "specLocation": "watcher/update_settings/WatcherUpdateSettingsRequest.ts#L24-L58" + "specLocation": "watcher/update_settings/WatcherUpdateSettingsRequest.ts#L24-L61" }, { "kind": "response", diff --git a/specification/_global/msearch/types.ts b/specification/_global/msearch/types.ts index 4ae3b7e3ff..6cd85cded8 100644 --- a/specification/_global/msearch/types.ts +++ b/specification/_global/msearch/types.ts @@ -118,8 +118,8 @@ export class MultisearchBody { */ indices_boost?: Array> /** - * Minimum _score for matching documents. Documents with a lower _score are - * not included in the search results. + * The minimum `_score` for matching documents. + * Documents with a lower `_score` are not included in search results and results collected by aggregations. */ min_score?: double post_filter?: QueryContainer diff --git a/specification/_global/search/SearchRequest.ts b/specification/_global/search/SearchRequest.ts index 317f91a9b3..38d7d0a599 100644 --- a/specification/_global/search/SearchRequest.ts +++ b/specification/_global/search/SearchRequest.ts @@ -454,7 +454,7 @@ export interface Request extends RequestBase { rank?: RankContainer /** * The minimum `_score` for matching documents. - * Documents with a lower `_score` are not included in the search results. + * Documents with a lower `_score` are not included in search results and results collected by aggregations. */ min_score?: double /** diff --git a/specification/async_search/submit/AsyncSearchSubmitRequest.ts b/specification/async_search/submit/AsyncSearchSubmitRequest.ts index b42a698e87..14f5193c9f 100644 --- a/specification/async_search/submit/AsyncSearchSubmitRequest.ts +++ b/specification/async_search/submit/AsyncSearchSubmitRequest.ts @@ -205,7 +205,7 @@ export interface Request extends RequestBase { knn?: KnnSearch | KnnSearch[] /** * Minimum _score for matching documents. Documents with a lower _score are - * not included in the search results. + * not included in search results and results collected by aggregations. */ min_score?: double post_filter?: QueryContainer diff --git a/specification/fleet/search/SearchRequest.ts b/specification/fleet/search/SearchRequest.ts index dc21b6a15e..fe0a90a6f9 100644 --- a/specification/fleet/search/SearchRequest.ts +++ b/specification/fleet/search/SearchRequest.ts @@ -176,7 +176,7 @@ export interface Request extends RequestBase { docvalue_fields?: FieldAndFormat[] /** * Minimum _score for matching documents. Documents with a lower _score are - * not included in the search results. + * not included in search results and results collected by aggregations. */ min_score?: double post_filter?: QueryContainer