We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870a913 commit 30f349cCopy full SHA for 30f349c
rest-api-spec/src/main/resources/rest-api-spec/api/reindex.json
@@ -34,6 +34,10 @@
34
"type": "number",
35
"default": 1,
36
"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"
41
}
42
43
},
0 commit comments