OpenSearch/docs/reference/mapping
Adrien Grand 3f805d68cb Add the ability to set an analyzer on keyword fields. (#21919)
This adds a new `normalizer` property to `keyword` fields that pre-processes the
field value prior to indexing, but without altering the `_source`. Note that
only the normalization components that work on a per-character basis are
applied, so for instance stemming filters will be ignored while lowercasing or
ascii folding will be applied.

Closes #18064
2016-12-30 09:36:10 +01:00
..
dynamic Document that the PUT mapping API with the _default_ type overwrites instead of merging 2016-11-26 12:43:56 +01:00
fields Revert "Default `include_in_all` for numeric-like types to false" 2016-09-28 07:07:46 -06:00
params Add the ability to set an analyzer on keyword fields. (#21919) 2016-12-30 09:36:10 +01:00
types Add the ability to set an analyzer on keyword fields. (#21919) 2016-12-30 09:36:10 +01:00
dynamic-mapping.asciidoc Allows multiple patterns to be specified for index templates (#21009) 2016-11-10 18:00:30 -05:00
fields.asciidoc Fix doc build. 2016-06-22 09:34:49 +02:00
params.asciidoc Add the ability to set an analyzer on keyword fields. (#21919) 2016-12-30 09:36:10 +01:00
types.asciidoc Add RangeFieldMapper for numeric and date range types 2016-11-29 10:10:14 -06:00