lucene布尔搜索
我想知道 lucene 如何查找与 boolean 匹配的文档像这样的查询:“+a + b c”
,我的意思是它的算法是什么?
谢谢
I want to know how lucene find documents matching a boolean query like this: "+a +b c"
, I mean what's its algorithm?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请检查 Apache Lucene - 查询解析器语法。它帮助我理解算法
Please check Apache Lucene - Query Parser Syntax. It helped me to understand the algorithm