[DOCS] Correct the default value of ignore_throttled param (#60036) (#60086)

Co-authored-by: bellengao <gbl_long@163.com>
This commit is contained in:
James Rodewig 2020-07-22 16:53:18 -04:00 committed by GitHub
parent 0c9791798d
commit f8976505cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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[]

View File

@ -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]

View File

@ -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]

View File

@ -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]