You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/elasticsearch/rest_api/search/scroll/index.textile
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,6 @@ p. Note, scroll is currently an experimental feature.
18
18
19
19
p. A search request can be scrolled by specifying the @scroll@ parameter. The @scroll@ parameter is a time value parameter (for example: @scroll=5m@), indicating for how long the nodes that participate in the search will maintain relevant resources in order to continue and support it. This is very similar in its idea to opening a cursor against a database.
20
20
21
-
p. A @scroll_id@ is returned from the first search request (and from continuos) scroll requests. The @scroll_id@ should be used when scrolling (and thats it, no other parameter is required).
21
+
p. A @scroll_id@ is returned from the first search request (and from continuos) scroll requests. The @scroll_id@ should be used when scrolling (and thats it, no other parameter is required). The scroll id can also be passed as part of the search request body.
22
22
23
23
p(note). Scrolling is not intended for real time user requests, it is intended for cases like scrolling over large portions of data that exists within elasticsearch to reindex it for example.
0 commit comments