Skip to content

Commit

Permalink
Move multi-index parameters to separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Jul 10, 2019
1 parent 4e01d52 commit f676309
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
20 changes: 1 addition & 19 deletions docs/reference/indices/get-mapping.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,7 @@ If no value is provided, the API retrieves mapping definitions for all indices.
[[indices-get-mapping-query-params]]
=== {api-query-parms-title}

`allow_no_indices` (Optional)::
(boolean) Indicates whether the operation is skipped if a wildcard expression
matches no indices. Defaults to `false`.

`expand_wildcards` (Optional)::
+
--
(string) Indicates whether wildcard expressions should expand to
<<indices-open-close, open or closed indices>>. Possible values are:

* `open` (Default)
* `closed`
* `none`
* `all`
--

`ignore_unavailable` (Optional)::
(boolean) Indicates whether unavailable indices are skipped. Defaults to
`false`.
include::multi-index-parameters.asciidoc[]

`include_type_name` (Optional)::
+
Expand Down
19 changes: 19 additions & 0 deletions docs/reference/indices/multi-index-parameters.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
`allow_no_indices` (Optional)::
(boolean) Indicates whether the operation is skipped if a wildcard expression
matches no indices. Defaults to `false`.

`expand_wildcards` (Optional)::
+
--
(string) Indicates whether wildcard expressions should expand to
<<indices-open-close, open or closed indices>>. Possible values are:

* `open` (Default)
* `closed`
* `none`
* `all`
--
`ignore_unavailable` (Optional)::
(boolean) Indicates whether unavailable indices are skipped. Defaults to
`false`.

0 comments on commit f676309

Please sign in to comment.