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が含まれている場合はそれを置き換えます。それ以外の場合は、応答に追加します。