From 7b03d68f9f08965236cd560a10eb856089a67d66 Mon Sep 17 00:00:00 2001 From: Pablo Musa Date: Mon, 6 Nov 2017 10:16:52 +0100 Subject: [PATCH] [Docs] Fix minor paragraph indentation error for multiple Indices params (#25535) --- docs/reference/api-conventions.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/api-conventions.asciidoc b/docs/reference/api-conventions.asciidoc index d4e06b9d052..472c48e5232 100644 --- a/docs/reference/api-conventions.asciidoc +++ b/docs/reference/api-conventions.asciidoc @@ -47,7 +47,7 @@ to. If `open` is specified then the wildcard expression is expanded to only open indices and if `closed` is specified then the wildcard expression is expanded only to closed indices. Also both values (`open,closed`) can be specified to expand to all indices. - ++ If `none` is specified then wildcard expansion will be disabled and if `all` is specified, wildcard expressions will expand to all indices (this is equivalent to specifying `open,closed`).