OpenSearch/modules/analysis-common
Christoph Büscher b6340658f4
Deprecate `nGram` and `edgeNGram` names for ngram filters (#30209)
The camel case name `nGram` should be removed in favour of `ngram` and
similar for `edgeNGram` and `edge_ngram`. Before removal, we need to
deprecate the camel case names first. This change adds deprecation
warnings for indices with versions 6.4.0 and higher and logs deprecation
warnings.
2018-05-17 12:52:22 +02:00
..
src Deprecate `nGram` and `edgeNGram` names for ngram filters (#30209) 2018-05-17 12:52:22 +02:00
build.gradle Start building analysis-common module (#23614) 2017-04-19 18:51:34 -04:00