I am using hibernate search with Elasticsearch. The problem is i must use a fuzzy query directly instead of a match query with fuzziness options, because Elasticsearch do not allow for match query with fuzziness with Ngram token. Reference link here. Will there be support for fuzzy query in the future?link |