Skip to content

Commit 51b4010

Browse files
[8.19] Remove min_compatible_shard_node from async_submit.search (#4986) (#4987)
(cherry picked from commit 4ff24a7) Co-authored-by: Quentin Pradet <[email protected]>
1 parent b38c24f commit 51b4010

File tree

6 files changed

+8
-58
lines changed

6 files changed

+8
-58
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 3 additions & 18 deletions
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: 3 additions & 18 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: 1 addition & 12 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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
{
22
"endpointErrors": {
3-
"async_search.submit": {
4-
"request": [
5-
"Request: query parameter 'min_compatible_shard_node' does not exist in the json spec"
6-
],
7-
"response": []
8-
},
93
"bulk": {
104
"request": [
115
"Request: missing json spec query parameter 'type'"

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/async_search/submit/AsyncSearchSubmitRequest.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ import {
2727
Indices,
2828
Routing,
2929
SearchType,
30-
SuggestMode,
31-
VersionString
30+
SuggestMode
3231
} from '@_types/common'
3332
import { KnnSearch } from '@_types/Knn'
3433
import { RuntimeFields } from '@_types/mapping/RuntimeFields'
@@ -126,7 +125,6 @@ export interface Request extends RequestBase {
126125
ignore_unavailable?: boolean
127126
lenient?: boolean
128127
max_concurrent_shard_requests?: long
129-
min_compatible_shard_node?: VersionString
130128
preference?: string
131129
/** @server_default true */
132130
request_cache?: boolean

0 commit comments

Comments
 (0)