Combining phrase match and fuzziness for search in multi match query

I am trying to achieve phrase match in multi_match query with fuzziness. Currently Elasticsearch doesn't allow to use phrase match with fuzzy. I know i can leverage span near query with fuzzy query to achieve this. But with this approach the issue I am facing we usually do multi_match query on almost 20 fields, but with span query i have to query each field individually. I am out of ideas, any one in the community who can help it will be great and alternative ideas is also welcomed.

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