[DOCS] Correct deprecation note in mapping docs (#47656)

This commit is contained in:
James Rodewig 2019-10-07 09:37:23 -04:00
parent fc3cc30008
commit 176ca13c57
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
--
Mapping is the process of defining how a document, and the fields it contains,
are stored and indexed. For instance, use mappings to define:
are stored and indexed. For instance, use mappings to define:
* which string fields should be treated as full text fields.
* which fields contain numbers, dates, or geolocations.
@ -20,7 +20,7 @@ are stored and indexed. For instance, use mappings to define:
Each index has one _mapping type_ which determines how the document will be
indexed.
deprecated[6.0.0,See <<removal-of-types>>].
deprecated::[6.0.0,See <<removal-of-types>>]
A mapping type has: