[DOCS] Correct definition for `allow_no_indices` parameter (#46450)

This commit is contained in:
James Rodewig 2019-09-06 14:10:36 -04:00
parent 6ae1ae9c9a
commit 61756597ae
1 changed files with 7 additions and 4 deletions

View File

@ -20,10 +20,13 @@ end::index-alias-filter[]
tag::allow-no-indices[]
`allow_no_indices`::
(Optional, boolean) If `true`, the request returns an error if a wildcard
expression or `_all` value retrieves only missing or closed indices. This
parameter also applies to <<indices-aliases,index aliases>> that point to a
missing or closed index.
(Optional, boolean) If `true`,
the request does *not* return an error
if a wildcard expression
or `_all` value retrieves only missing or closed indices.
+
This parameter also applies to <<indices-aliases,index aliases>>
that point to a missing or closed index.
end::allow-no-indices[]
tag::analyzer[]