OpenSearch/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 Added warning messages about the dangers of pathological regexes to: 2016-09-09 09:53:07 +02:00
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 First pass at improving analyzer docs (#18269) 2016-05-11 14:17:56 +02:00
anatomy.asciidoc Correction of the names of numirals (#21531) 2016-11-25 14:30:49 +01:00
charfilters.asciidoc Docs: Improved tokenizer docs (#18356) 2016-05-19 19:42:23 +02:00
normalizers.asciidoc Add the ability to set an analyzer on keyword fields. (#21919) 2016-12-30 09:36:10 +01:00
testing.asciidoc Remove wait_for_status=yellow from the docs 2016-07-15 16:02:07 -04:00
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