elasticsearch/docs/reference/analysis
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
..
analyzers Repeated language analyzers (#22240) 2016-12-21 17:32:02 +01:00
charfilters
tokenfilters Synonym Graph Support (LUCENE-6664) (#21517) 2016-11-28 09:25:49 -08:00
tokenizers Update lowercase-tokenizer.asciidoc (#21896) 2016-12-02 10:49:51 -05:00
analyzers.asciidoc
anatomy.asciidoc Correction of the names of numirals (#21531) 2016-11-25 14:30:49 +01:00
charfilters.asciidoc
normalizers.asciidoc Add the ability to set an analyzer on keyword fields. (#21919) 2016-12-30 09:36:10 +01:00
testing.asciidoc
tokenfilters.asciidoc Synonym Graph Support (LUCENE-6664) (#21517) 2016-11-28 09:25:49 -08:00
tokenizers.asciidoc Fix wrong link (#22019) 2016-12-07 17:58:46 +01:00