Skip to content

Commit

Permalink
Add scroll paramter to reindex JSON spec as per elastic#28041
Browse files Browse the repository at this point in the history
  • Loading branch information
codebrain committed Jun 14, 2018
1 parent 870a913 commit 30f349c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
"type": "number",
"default": 1,
"description": "The number of slices this task should be divided into. Defaults to 1 meaning the task isn't sliced into subtasks."
},
"scroll": {
"type" : "time",
"description" : "Specify how long a consistent view of the index should be maintained for scrolled search"
}
}
},
Expand Down

0 comments on commit 30f349c

Please sign in to comment.