开发者

How to perform Phonetic and Aproximative search in Lucene.net

开发者 https://www.devze.com 2023-01-06 22:27 出处:网络
When I read the Lucene.net docs, the only analyzer that I find is the standard one. I want to make sure I can do Phonetic or Aproximative 开发者_JAVA百科search on my index. Is there some extra library

When I read the Lucene.net docs, the only analyzer that I find is the standard one. I want to make sure I can do Phonetic or Aproximative 开发者_JAVA百科search on my index. Is there some extra library I should use on top of Lucene.net?


You might want to try porting one of Phonetix's analyzers (Soundex, Metaphone or DoubleMetaphone)

0

精彩评论

暂无评论...
验证码 换一张
取 消