From 0f50a5ac543be11a225e902d307c0836577b555b Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Wed, 10 Jul 2019 16:52:57 -0400 Subject: [PATCH] Change "field mapping information" to "mapping definitions" --- docs/reference/indices/get-mapping.asciidoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/reference/indices/get-mapping.asciidoc b/docs/reference/indices/get-mapping.asciidoc index 754251e591fd9..018a70169f7e7 100644 --- a/docs/reference/indices/get-mapping.asciidoc +++ b/docs/reference/indices/get-mapping.asciidoc @@ -4,7 +4,7 @@ Get mapping ++++ -Returns field mapping information for an index. +Returns mapping definitions for an index. [float] [[indices-get-mapping-request]] @@ -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] @@ -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]