Skip to content

Commit 0d1e960

Browse files
author
Stuart Cam
authored
Add scroll parameter to reindex. Closes #3253 (#3289)
1 parent 02cc78c commit 0d1e960

File tree

4 files changed

+1176
-1157
lines changed

4 files changed

+1176
-1157
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"reindex": {
3+
"url": {
4+
"params": {
5+
"scroll": {
6+
"type" : "time",
7+
"description" : "Specify how long a consistent view of the index should be maintained for scrolled search"
8+
}
9+
}
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)