Mailing List Archive

SynonymGraphFilter & fuzzy terms
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 terms i.e. querying expanded synonym terms 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