mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 13:26:02 +00:00
[DOCS] Update scroll.asciidoc (#32530)
This commit is contained in:
parent
32ee6148d2
commit
3928921a1d
@ -79,8 +79,8 @@ next batch of results until there are no more results left to return, ie the
|
|||||||
`hits` array is empty.
|
`hits` array is empty.
|
||||||
|
|
||||||
IMPORTANT: The initial search request and each subsequent scroll request each
|
IMPORTANT: The initial search request and each subsequent scroll request each
|
||||||
return a `_scroll_id`, which may change with each request -- only the most
|
return a `_scroll_id`. While the `_scroll_id` may change between requests, it doesn’t
|
||||||
recent `_scroll_id` should be used.
|
always change — in any case, only the most recently received `_scroll_id` should be used.
|
||||||
|
|
||||||
NOTE: If the request specifies aggregations, only the initial search response
|
NOTE: If the request specifies aggregations, only the initial search response
|
||||||
will contain the aggregations results.
|
will contain the aggregations results.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user