Hi All,

I am using Solr and serving huge number of requests in my application.

I need to know how can I utilize caching in Solr.

I am seeing hit ratio as 0 for all the caches in Plugins/Stats.

My configurations in solrxml are :
<filterCache class="solr.FastlruCache" size="5000"" initialSize="5000"
autowarmcount="10"/>

<filterCache class="solr.LruCache" size="1000"" initialSize="1000"
autowarmcount="10"/>

Can someone please help me out here to understand and optimise solr caching
in my system.

Thanks in advance.

Regards,
Kshitij

Reply via email to