: Another thing that I found is that although I comment (in solrconfig) all
: this options:
:  ----> filterCache, queryResultCache, documentCache, enableLazyFieldLoading,
: useFilterForSortedQuery, boolTofilterOptimizer
: In the stats always appear "caching:true".

FYI: that's telling you that the SolrIndexSearcher object was constructed 
with the "enableCache" boolean set to true -- that's generally allways 
going to be the case for any searcher that shows up on the stats page, but 
even if caching is enabled on the index searcher, it doesn't do any 
caching unless hte caches actually exist.




-Hoss

Reply via email to