Skip to content

Commit 3928921

Browse files
TimHeckeljavanna
authored andcommitted
[DOCS] Update scroll.asciidoc (#32530)
1 parent 32ee614 commit 3928921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/search/request/scroll.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ next batch of results until there are no more results left to return, ie the
7979
`hits` array is empty.
8080

8181
IMPORTANT: The initial search request and each subsequent scroll request each
82-
return a `_scroll_id`, which may change with each request -- only the most
83-
recent `_scroll_id` should be used.
82+
return a `_scroll_id`. While the `_scroll_id` may change between requests, it doesn’t
83+
always change — in any case, only the most recently received `_scroll_id` should be used.
8484

8585
NOTE: If the request specifies aggregations, only the initial search response
8686
will contain the aggregations results.

0 commit comments

Comments
 (0)