On 9/24/07, climbingrose <[EMAIL PROTECTED]> wrote: > Thanks for the clarifications, Yonik. The other thing I notice is > openSearcher() only creates a SolrIndexSearcher without cache (useCache = > false). Therefore, when I try to use generic cache defined in > solrconfig.xml, SolrIndexSearcher.getCache() method returns null. Would it > be OK to turn on searcher cache?
You would get autowarming, etc, by default though - not what you want from a searcher that is only used for deletions. What problem are you trying to solve that requires directly using or modifying DUH2? -Yonik