Manepalli, Kalyan schrieb:
I am seeing an issue with the filtercache setting on my solr app
which is causing slower faceting.

Here is the configuration.
<filterCache class="solr.LRUCache" size="512" initialSize="512"
  autowarmCount="256"/>

hitratio : 0.00
inserts : 973531
evictions : 972978
size : 512

cumulative_hitratio : 0.00
cumulative_inserts : 61170111
cumulative_evictions : 61153787

As we can see the cache hit ratio is almost zero. How do I improve the
filter cache.

Maybe these pages add some ideas to the mix:

http://wiki.apache.org/solr/FilterQueryGuidance
https://issues.apache.org/jira/browse/SOLR-475

Michael Ludwig

Reply via email to