Document scroll param on reindex.json (#38615)

The Reindex API also exposes `scroll` as a querystring parameter.
This commit is contained in:
Martijn Laarman 2019-03-07 11:34:01 +01:00 committed by Luca Cavanna
parent 3dfd62cf51
commit af4e740500
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@
"default": 0, "default": 0,
"description": "The throttle to set on this request in sub-requests per second. -1 means no throttle." "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": { "slices": {
"type": "number", "type": "number",
"default": 1, "default": 1,