Skip to content

Commit 1c3d8e2

Browse files
pquentingithub-actions[bot]
authored andcommitted
Update rest-api-spec
1 parent 8365c5b commit 1c3d8e2

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

output/schema/validation-errors.json

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

specification/_json_spec/async_search.submit.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@
3939
"description": "Control whether the response should be stored in the cluster if it completed within the provided [wait_for_completion] time (default: false)",
4040
"default": false
4141
},
42-
"keep_alive": {
43-
"type": "time",
44-
"description": "Update the time interval in which the results (partial or final) for this search will be available",
45-
"default": "5d"
46-
},
4742
"batched_reduce_size": {
4843
"type": "number",
4944
"description": "The number of shard results that should be reduced at once on the coordinating node. This value should be used as the granularity at which progress results will be made available.",
@@ -118,11 +113,6 @@
118113
"type": "string",
119114
"description": "Specify the node or shard the operation should be performed on (default: random)"
120115
},
121-
"pre_filter_shard_size": {
122-
"type": "number",
123-
"default": 1,
124-
"description": "Cannot be changed: this is to enforce the execution of a pre-filter roundtrip to retrieve statistics from each shard so that the ones that surely don’t hold any document matching the query get skipped."
125-
},
126116
"rest_total_hits_as_int": {
127117
"type": "boolean",
128118
"description": "Indicates whether hits.total should be rendered as an integer or an object in the rest search response",

0 commit comments

Comments
 (0)