We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11104a5 commit b69e829Copy full SHA for b69e829
docs/reference/search/request/scroll.asciidoc
@@ -109,7 +109,9 @@ request) tells Elasticsearch how long it should keep the search context alive.
109
Its value (e.g. `1m`, see <<time-units>>) does not need to be long enough to
110
process all data -- it just needs to be long enough to process the previous
111
batch of results. Each `scroll` request (with the `scroll` parameter) sets a
112
-new expiry time.
+new expiry time. If a `scroll` request doesn't pass in the `scroll`
113
+parameter, then the search context will be freed as part of _that_ `scroll`
114
+request.
115
116
Normally, the background merge process optimizes the
117
index by merging together smaller segments to create new bigger segments, at
0 commit comments