Skip to content

Commit

Permalink
[DOCS] Correct definition for allow_no_indices parameter (#46450)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored Sep 6, 2019
1 parent e43be90 commit 8d1ad42
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/reference/rest-api/common-parms.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ end::aliases[]

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[]
Expand Down

0 comments on commit 8d1ad42

Please sign in to comment.