Mailing List Archive

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