vote up 1 vote down star
1

According to this post on how to do query auto-completionsuggestions in lucene getting "Did You Mean" functionality best involves using a LuceneDictionary. But I probably would have used a fuzzy query for this before reading this post. Now I'm wondering which is faster, which is easier to implement?

flag

1  
You may find helpful this discussion: norvig.com/spell-correct.html – Adam Bernier Jun 8 at 15:30
While not about Lucene, nor an answer, that page is a good read, and makes Python look awesome. – dlamblin Jun 8 at 20:16

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.