File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,14 @@ results:
49
49
[source,js]
50
50
--------------------------------------------------
51
51
GET /_search/scroll?scroll=1m <1>
52
- c2Nhbjs1OzExODpRNV9aY1VyUVM4U0NMd2pjWlJ3YWlBOzExOTpRNV9aY1VyUVM4U0
52
+ c2Nhbjs1OzExODpRNV9aY1VyUVM4U0NMd2pjWlJ3YWlBOzExOTpRNV9aY1VyUVM4U0 <2>
53
53
NMd2pjWlJ3YWlBOzExNjpRNV9aY1VyUVM4U0NMd2pjWlJ3YWlBOzExNzpRNV9aY1Vy
54
54
UVM4U0NMd2pjWlJ3YWlBOzEyMDpRNV9aY1VyUVM4U0NMd2pjWlJ3YWlBOzE7dG90YW
55
55
xfaGl0czoxOw==
56
56
--------------------------------------------------
57
57
<1> Keep the scroll open for another minute.
58
+ <2> The `_scroll_id` can be passed in the body, in the URL or as a
59
+ query parameter.
58
60
59
61
Note that we again specify `?scroll=1m`. The scroll expiry time is refreshed
60
62
every time we run a scroll request, so it only needs to give us enough time
You can’t perform that action at this time.
0 commit comments