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.
有什么方法可以将 SolrDocumentList 转换为 DocList 并将其设置在 QueryResult 对象中?
或者,将 SolrDocumentList 对象添加到 QueryResult 对象的解决方法?
SolrPluginUtils 中有一个名为addOrReplaceResults的方法,给定 SolrQueryResponse,如果 DocList 在结果中,它会替换它。否则将其添加到响应中。