[DOCS] Clarify `allow_no_indices` def (#63209) (#63258)

This commit is contained in:
James Rodewig 2020-10-05 13:00:53 -04:00 committed by GitHub
parent 51d0ed1bf3
commit f4ddb43240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 7 deletions

View File

@ -48,13 +48,9 @@ end::target-index-aliases[]
tag::allow-no-indices[]
`allow_no_indices`::
(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.
(Optional, boolean) If `false`, the request returns an error when a
wildcard expression, <<indices-aliases,index alias>>, or `_all` value targets
only missing or closed indices.
end::allow-no-indices[]
tag::allow-no-match-transforms1[]