- 🇨🇦Canada mparker17 UTC-4
It is still possible to create a custom analyzer for an index in the latest versions of Elasticsearch, and I think this would be a desirable feature for the 8.0.x version too. So I'm moving this into the 8.0.x queue.
Note that the nGram and edgeNGram token filter names and similar tokenizer names were deprecated in versions 6.4 and 7.6 respectively; and were removed in Elasticsearch 8.0 — the new names are
ngram
andedge_ngram
in both cases.