Skip to content

Commit

Permalink
Document scroll param on reindex.json (#38615)
Browse files Browse the repository at this point in the history
The Reindex API also exposes `scroll` as a querystring parameter.
  • Loading branch information
Mpdreamz authored and javanna committed Mar 7, 2019
1 parent 3dfd62c commit af4e740
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit af4e740

Please sign in to comment.