diff --git a/docs/reference/mapping.asciidoc b/docs/reference/mapping.asciidoc index 2c30bfacc80..6067e90e78d 100644 --- a/docs/reference/mapping.asciidoc +++ b/docs/reference/mapping.asciidoc @@ -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 <>]. +deprecated::[6.0.0,See <>] A mapping type has: