Hello -
Older versions (7.xx) of ElasticSearch have lots of built-in tokenizers and filters. However, OpenSearch documentation doesn’t mention the same list. I was wondering whether there is a list of built-in Tokenizers and Filters for OpenSearch, so that we can determine our move to OpenSearch.
I am particularly interested in the N-Gram, Edge N-Gram
So its funny I am literally looking for the same thing now… It seems like there isn’t a comprehensive list at the moment but here was an example I found of an edge-ngram filter being used.
Yes, all those token filters exist. The documentation is not great, but you can always refer to Elastic’s 7.10 documentation which is the version OpenSearch originated from.