elasticsearch/docs/reference/analysis
Christoph Büscher 7bb2da197d
Remove `nGram` and `edgeNGram` token filter names (#38911)
In #30209 we deprecated the camel case `nGram` filter name in favour of `ngram` and
did the same for `edgeNGram` and `edge_ngram`. Using these names has been deprecated
since 6.4 and is issuing deprecation warnings since then.
I think we can remove these filters in 8.0. In a backport of this PR I would change what was a
dreprecation warning from 6.4. to an error starting with new indices created in 7.0.
2019-02-15 20:15:05 +01:00
..
analyzers Correct rebuilt persian analyzer (#38724) 2019-02-11 10:46:18 -05:00
charfilters Remove remaining occurances of "include_type_name=true" in docs (#37646) 2019-01-22 15:13:52 +01:00
tokenfilters Remove `nGram` and `edgeNGram` token filter names (#38911) 2019-02-15 20:15:05 +01:00
tokenizers Remove remaining occurances of "include_type_name=true" in docs (#37646) 2019-01-22 15:13:52 +01:00
analyzers.asciidoc
anatomy.asciidoc
charfilters.asciidoc
normalizers.asciidoc Remove more include_type_name and types from docs (#37601) 2019-01-18 14:11:18 +01:00
testing.asciidoc Remove more include_type_name and types from docs (#37601) 2019-01-18 14:11:18 +01:00
tokenfilters.asciidoc Add predicate_token_filter (#33431) 2018-09-11 09:16:39 +01:00
tokenizers.asciidoc [Feature] Adding a char_group tokenizer (#24186) 2018-05-22 16:26:31 +02:00