Skip to content

Commit 1c42178

Browse files
Mpdreamzjavanna
authored andcommitted
Document scroll param on reindex.json (#38615)
The Reindex API also exposes `scroll` as a querystring parameter.
1 parent c58c8ed commit 1c42178

File tree

1 file changed

+5
-0
lines changed
  • rest-api-spec/src/main/resources/rest-api-spec/api

1 file changed

+5
-0
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/reindex.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"default": 0,
3131
"description": "The throttle to set on this request in sub-requests per second. -1 means no throttle."
3232
},
33+
"scroll": {
34+
"type" : "time",
35+
"description" : "Control how long to keep the search context alive",
36+
"default" : "5m"
37+
},
3338
"slices": {
3439
"type": "number",
3540
"default": 1,

0 commit comments

Comments
 (0)