mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
[DOCS] Fix scroll
param typo
This commit is contained in:
parent
d6643bfc7f
commit
fc5b2b2be4
@ -123,7 +123,7 @@ Period to retain the <<scroll-search-context,search context>> for scrolling. See
|
|||||||
This value overrides the duration set by the original search API request's
|
This value overrides the duration set by the original search API request's
|
||||||
`scroll` parameter.
|
`scroll` parameter.
|
||||||
+
|
+
|
||||||
By default, this value cannot must be less than `1d` (one day). You can change
|
By default, this value cannot exceed `1d` (24 hours). You can change
|
||||||
this limit using the `search.max_keep_alive` cluster-level setting.
|
this limit using the `search.max_keep_alive` cluster-level setting.
|
||||||
+
|
+
|
||||||
IMPORTANT: You can also specify this value using the `scroll` query
|
IMPORTANT: You can also specify this value using the `scroll` query
|
||||||
|
@ -161,7 +161,7 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=routing]
|
|||||||
Period to retain the <<scroll-search-context,search context>> for scrolling. See
|
Period to retain the <<scroll-search-context,search context>> for scrolling. See
|
||||||
<<request-body-search-scroll>>.
|
<<request-body-search-scroll>>.
|
||||||
+
|
+
|
||||||
By default, this value cannot must be less than `1d` (one day). You can change
|
By default, this value cannot exceed `1d` (24 hours). You can change
|
||||||
this limit using the `search.max_keep_alive` cluster-level setting.
|
this limit using the `search.max_keep_alive` cluster-level setting.
|
||||||
|
|
||||||
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=search_type]
|
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=search_type]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user