How to perform Phonetic and Aproximative search in Lucene.net

折月煮酒 提交于 2019-11-30 20:42:06

问题


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 search on my index. Is there some extra library I should use on top of Lucene.net?


回答1:


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



来源:https://stackoverflow.com/questions/3223637/how-to-perform-phonetic-and-aproximative-search-in-lucene-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!