Re: return *all* words at levenstein distance = N from query word

2012-06-07 Thread Paul Libbrecht
I would debug somewhere close to the FuzzyQuery. Lucene is doing exactly that (just as PrefixQueries are doing): expand a FuzzyQuery (PrefixQuery) to a disjunction of term-queries for the words that match that fuzzy or prefix queries. Maybe it helps you start? paul Le 7 juin 2012 à 18:15, Giov

return *all* words at levenstein distance = N from query word

2012-06-07 Thread Giovanni Gherdovich
Hi all, I am wandering if SOLR can return me all words in my text corpus that have a given levenstein distance with my query word. Possible? Difficult? Cheers, Giovanni