We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58c8ed commit 1c42178Copy full SHA for 1c42178
rest-api-spec/src/main/resources/rest-api-spec/api/reindex.json
@@ -30,6 +30,11 @@
30
"default": 0,
31
"description": "The throttle to set on this request in sub-requests per second. -1 means no throttle."
32
},
33
+ "scroll": {
34
+ "type" : "time",
35
+ "description" : "Control how long to keep the search context alive",
36
+ "default" : "5m"
37
+ },
38
"slices": {
39
"type": "number",
40
"default": 1,
0 commit comments