如何在 Lucene.net 中执行语音和近似搜索
当我阅读 Lucene.net 文档时,我找到的唯一分析器是标准分析器。我想确保我可以在索引上进行语音或近似搜索。我应该在 Lucene.net 之上使用一些额外的库吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想尝试移植 Phonetix 分析器 之一(Soundex、Metaphone 或双变音位)
You might want to try porting one of Phonetix's analyzers (Soundex, Metaphone or DoubleMetaphone)