3
我正在實現一個Solr組件(實現org.apache.solr.handler.component.SearchComponent)。在重寫prepare()方法時,我通過以下方式檢索搜索者:responseBuilder.req.getSearcher(),它返回一個SolrIndexSearcher實例。什麼時候應該關閉SolrSearcher?
我的問題:我應該在prepare()方法結束時關閉搜索器嗎?
我不是那個打開搜索者的人。所以我不應該是那個關閉它的人。那是對的嗎?