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.
好吧,我看到很多人使用 rsp.add("response",result) 将结果添加到 SolrQueryResponse 对象。这里的“rsp”是 SolrQueryResponse 对象,“response”是字符串(显然),结果是 SolrDocumentList。
我的困惑是我无法理解我们如何知道我们必须使用字符串“响应”来向客户端发送响应。
我已经阅读了 SolrQueryResponse 类,但没有找到任何东西。
任何帮助