elasticsearch/docs/reference/mapping
James Rodewig 230d4765d3
[DOCS] Add identifier mapping tip to numeric and keyword datatype docs (#49933)
Users often mistakenly map numeric IDs to numeric datatypes. However,
this is often slow for the `term` and other term-level queries.

The "Tune for search speed" docs includes advice for mapping numeric
IDs to `keyword` fields. However, this tip is not included in the
`numeric` or `keyword` field datatype doc pages.

This rewords the tip in the "Tune for search speed" docs, relocates it
to the `numeric` field docs, and reuses it using tagged regions.
2019-12-17 09:31:07 -05:00
..
dynamic [DOCS] Change // CONSOLE comments to [source,console] (#46441) 2019-09-06 10:55:16 -04:00
fields Stop ignoring types warnings in REST tests. (#49333) 2019-11-20 08:23:56 -08:00
params Upgrade to lucene 8.4.0-snapshot-662c455. (#50016) 2019-12-10 17:09:36 +01:00
types [DOCS] Add identifier mapping tip to numeric and keyword datatype docs (#49933) 2019-12-17 09:31:07 -05:00
dynamic-mapping.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46441) 2019-09-06 10:55:16 -04:00
fields.asciidoc Fix docs of the _ignored meta field. 2018-05-02 11:43:50 +02:00
params.asciidoc Improve docs for index_prefixes option (#35778) 2018-11-22 09:20:46 +00:00
removal_of_types.asciidoc Remove include_type_name parameter from REST layer (#48632) 2019-11-01 09:30:47 +00:00
types.asciidoc New Histogram field mapper that supports percentiles aggregations. (#48580) 2019-11-28 13:58:20 +01:00