Document scroll param on reindex.json (#38615)
The Reindex API also exposes `scroll` as a querystring parameter.
This commit is contained in:
parent
3dfd62cf51
commit
af4e740500
|
@ -30,6 +30,11 @@
|
|||
"default": 0,
|
||||
"description": "The throttle to set on this request in sub-requests per second. -1 means no throttle."
|
||||
},
|
||||
"scroll": {
|
||||
"type" : "time",
|
||||
"description" : "Control how long to keep the search context alive",
|
||||
"default" : "5m"
|
||||
},
|
||||
"slices": {
|
||||
"type": "number",
|
||||
"default": 1,
|
||||
|
|
Loading…
Reference in New Issue