OpenSearch/modules/analysis-common
Christoph Büscher 4b77d0434a Remove `nGram` and `edgeNGram` token filter names (#39070)
In #30209 we deprecated the camel case `nGram` filter name in favour of `ngram` and
did the same for `edgeNGram` and `edge_ngram` and we are removing those names in
8.0. This change disallows using the deprecated names for new indices created in 7.0 by
throwing an error if these filters are used.

Relates to #38911
2019-02-21 16:55:40 +01:00
..
src Remove `nGram` and `edgeNGram` token filter names (#39070) 2019-02-21 16:55:40 +01:00
build.gradle Add conditional token filter to elasticsearch (#31958) 2018-09-05 14:52:43 +01:00