Elasticsearch single word similarity

What are the options for single word similarity check?

Consider the following case: we have documents where field email is present. When new document is added we want to check if there are any documents where email is similar to the new one with some similarity constraint - for example 80% match.

Are there any specific built in queries which can be used?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.