Skip to content

Commit 30f349c

Browse files
committed
Add scroll paramter to reindex JSON spec as per elastic#28041
1 parent 870a913 commit 30f349c

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
"type": "number",
3535
"default": 1,
3636
"description": "The number of slices this task should be divided into. Defaults to 1 meaning the task isn't sliced into subtasks."
37+
},
38+
"scroll": {
39+
"type" : "time",
40+
"description" : "Specify how long a consistent view of the index should be maintained for scrolled search"
3741
}
3842
}
3943
},

0 commit comments

Comments
 (0)