mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Co-authored-by: bellengao <gbl_long@163.com>
This commit is contained in:
parent
0c9791798d
commit
f8976505cb
@ -388,7 +388,7 @@ end::if_seq_no[]
|
||||
tag::ignore_throttled[]
|
||||
`ignore_throttled`::
|
||||
(Optional, boolean) If `true`, concrete, expanded or aliased indices are
|
||||
ignored when frozen.
|
||||
ignored when frozen. Defaults to `true`.
|
||||
end::ignore_throttled[]
|
||||
|
||||
tag::index-ignore-unavailable[]
|
||||
|
@ -81,7 +81,7 @@ Defaults to `open`.
|
||||
`ignore_throttled`::
|
||||
(Optional, boolean)
|
||||
If `true`, concrete, expanded or aliased indices are ignored when frozen.
|
||||
Defaults to `false`.
|
||||
Defaults to `true`.
|
||||
|
||||
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=index-ignore-unavailable]
|
||||
|
||||
|
@ -68,7 +68,7 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=expand-wildcards]
|
||||
|
||||
`ignore_throttled`::
|
||||
(Optional, boolean) If `true`, specified concrete, expanded or aliased indices
|
||||
are not included in the response when throttled. Defaults to `false`.
|
||||
are not included in the response when throttled. Defaults to `true`.
|
||||
|
||||
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=index-ignore-unavailable]
|
||||
|
||||
|
@ -107,7 +107,7 @@ As an alternative to deep paging, we recommend using
|
||||
|
||||
`ignore_throttled`::
|
||||
(Optional, boolean) If `true`, concrete, expanded or aliased indices will be
|
||||
ignored when frozen. Defaults to `false`.
|
||||
ignored when frozen. Defaults to `true`.
|
||||
|
||||
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=index-ignore-unavailable]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user