Lucene Fuzzy Match on Phrase instead of Single Word

Posted by Koobz on Stack Overflow See other posts from Stack Overflow or by Koobz
Published on 2010-04-06T23:41:15Z Indexed on 2010/04/06 23:43 UTC
Read the original article Hit count: 516

Filed under:
|

I'm trying to do a fuzzy match on the Phrase "Grand Prarie" (deliberately misspelled) using Apache Lucene. Part of my issue is that the ~ operator only does fuzzy matches on single word terms and behaves as a proximity match for phrases.

Is there a way to do a fuzzy match on a phrase with lucene?

© Stack Overflow or respective owner

Related posts about lucene

Related posts about fuzzy-search