You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/_json_spec/async_search.submit.json
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,6 @@
39
39
"description": "Control whether the response should be stored in the cluster if it completed within the provided [wait_for_completion] time (default: false)",
40
40
"default": false
41
41
},
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
-
},
47
42
"batched_reduce_size": {
48
43
"type": "number",
49
44
"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 @@
118
113
"type": "string",
119
114
"description": "Specify the node or shard the operation should be performed on (default: random)"
120
115
},
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
-
},
126
116
"rest_total_hits_as_int": {
127
117
"type": "boolean",
128
118
"description": "Indicates whether hits.total should be rendered as an integer or an object in the rest search response",
0 commit comments