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 以不同的方法进行布尔 AND 查询。这意味着我想对两个文档执行布尔 AND,可以将其视为单个文档并对结果单个文档执行搜索。
我认为您在谈论的是 MultiFieldQueryParser..它允许您从单个文档中搜索多个字段。