mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
[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[]
|
tag::allow-no-indices[]
|
||||||
`allow_no_indices`::
|
`allow_no_indices`::
|
||||||
(Optional, boolean) If `true`, the request returns an error if a wildcard
|
(Optional, boolean) If `true`,
|
||||||
expression or `_all` value retrieves only missing or closed indices. This
|
the request does *not* return an error
|
||||||
parameter also applies to <<indices-aliases,index aliases>> that point to a
|
if a wildcard expression
|
||||||
missing or closed index.
|
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[]
|
end::allow-no-indices[]
|
||||||
|
|
||||||
tag::analyzer[]
|
tag::analyzer[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user