You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@lucene.apache.org by Petra Staub <ca...@hotmail.com> on 2020/06/23 13:12:06 UTC

SynonymGraphFilter & FuzzyQuery

I am using the classic query parser in combination with the SynonymGraphFilter.
This works fine (synonyms get expanded) but I noticed that it is not possible to generate fuzzy query term i.e. querying expanded synonym term with an edit distance. I there a possibility to achieve this?

Example: Synonyms a->b, a->c and query string: +a~1 +d ==> I would expect +(a~1 b~1 c~1) +d