I'm trying to build tokens for similar sounding names.
For eg: if I have "Michael" saved as a name
Can I have "Mike" as one of the tokens for searching?
I don't think that Michael sounds like Mike.
To me it's more a synonym.
So is there anything to handle synonyms?
and can you give me an example of what soundex plugin does in Elasticsearch?
So is there anything to handle synonyms?
https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-synonym-tokenfilter.html
and can you give me an example of what soundex plugin does in Elasticsearch?
There is one here: https://www.elastic.co/guide/en/elasticsearch/plugins/current/analysis-phonetic-token-filter.html
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.