[DOCS] Correct definition for `allow_no_indices` parameter (#46450)
This commit is contained in:
parent
6ae1ae9c9a
commit
61756597ae
|
@ -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[]
|
||||
|
|
Loading…
Reference in New Issue