On 10/22/2012 9:58 AM, Dotan Cohen wrote:
Thank you, I have gone over the Solr admin panel twice and I cannot
find the cache statistics. Where are they?
If you are running Solr4, you can see individual cache autowarming times
here, assuming your core is named collection1:
http://server:port/solr/#/collection1/plugins/cache?entry=queryResultCache
http://server:port/solr/#/collection1/plugins/cache?entry=filterCache
The warmup time for the entire searcher can be found here:
http://server:port/solr/#/collection1/plugins/core?entry=searcher
If you are on an older Solr release, everything is in various sections
of the stats page. Do a page search for "warmup" multiple times to see
them all:
http://server:port/solr/corename/admin/stats.jsp
Thanks,
Shawn