Hi My question is re fuzzy query. I have indexed products and searching on the title field. As i want to accommodate for typos, I am doing a fuzzy search with edit_distance 1. The issue is that for a query "shirt" , products matched are with one having "shirt" and "short" in title (due to fuzziness)
Altho I am able to boost shirt over short in resultset, but nonetheless shorts are still coming down in results which makes it look weird for the end user. How can i make sure that if exact matches are found then fuzzy ones are not returned? Thanks -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/6fdee1fb-225d-43b6-b306-eb36c76b95f7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
