We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
allow_no_indices
1 parent 6ae1ae9 commit 6175659Copy full SHA for 6175659
docs/reference/rest-api/common-parms.asciidoc
@@ -20,10 +20,13 @@ end::index-alias-filter[]
20
21
tag::allow-no-indices[]
22
`allow_no_indices`::
23
-(Optional, boolean) If `true`, the request returns an error if a wildcard
24
-expression or `_all` value retrieves only missing or closed indices. This
25
-parameter also applies to <<indices-aliases,index aliases>> that point to a
26
-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.
27
++
28
+This parameter also applies to <<indices-aliases,index aliases>>
29
+that point to a missing or closed index.
30
end::allow-no-indices[]
31
32
tag::analyzer[]
0 commit comments