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
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
fields.asciidoc
params.asciidoc
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