Skip to content

Commit

Permalink
Change "field mapping information" to "mapping definitions"
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Jul 10, 2019
1 parent 91a8e96 commit 0f50a5a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/reference/indices/get-mapping.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<titleabbrev>Get mapping</titleabbrev>
++++

Returns field mapping information for an index.
Returns mapping definitions for an index.

[float]
[[indices-get-mapping-request]]
Expand All @@ -16,7 +16,7 @@ Returns field mapping information for an index.
[[indices-get-mapping-desc]]
=== {api-description-title}

You can use the get mapping API to retrieve field mapping information for one or
You can use the get mapping API to retrieve mapping definitions for one or
more indices.

[float]
Expand All @@ -27,12 +27,12 @@ more indices.
+
--
(string) Comma-separated list or wildcard expression of index names for which to
retrieve field mapping information.
retrieve mapping definitions.

You can use a value of `_all` or `*` to retrieve mapping information for all
You can use a value of `_all` or `*` to retrieve mapping definitions for all
indices.

If no value is provided, the API retrieves mapping information for all indices.
If no value is provided, the API retrieves mapping definitions for all indices.
--

[float]
Expand Down

0 comments on commit 0f50a5a

Please sign in to comment.