I'm trying to use Zend Lucene for matching a query phrase, but I want a fuzzy match.
At the moment, if I use PhraseQuery and search for "valentin rossi", (and in DB there is "valentino rossi") I have no results, because PhraseQuery searches for the string "valentin rossi" exactly, without fuzzy matching or similarity between words.
Please give me a hint where I have to look for a working solution. Thanks in advance!