Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 lucene 如何找到与这样的布尔查询匹配的文档:"+a +b c",我的意思是它的算法是什么?
"+a +b c"
谢谢
请检查Apache Lucene - 查询解析器语法。它帮助我理解了算法