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: rest-api-spec/src/main/resources/rest-api-spec/api/async_search.submit.json
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,6 @@
43
43
"description":"Control whether the response should be stored in the cluster if it completed within the provided [wait_for_completion] time (default: false)",
44
44
"default":false
45
45
},
46
-
"keep_alive": {
47
-
"type": "time",
48
-
"description": "Update the time interval in which the results (partial or final) for this search will be available",
49
-
"default": "5d"
50
-
},
51
46
"batched_reduce_size":{
52
47
"type":"number",
53
48
"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.",
@@ -131,11 +126,6 @@
131
126
"type":"string",
132
127
"description":"Specify the node or shard the operation should be performed on (default: random)"
133
128
},
134
-
"pre_filter_shard_size":{
135
-
"type":"number",
136
-
"default": 1,
137
-
"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."
138
-
},
139
129
"rest_total_hits_as_int":{
140
130
"type":"boolean",
141
131
"description":"Indicates whether hits.total should be rendered as an integer or an object in the rest search response",
0 commit comments