solr caching problem

2009-09-22 Thread satyasundar jena
I configured filter cache in solrconfig.xml as here under : filterCache class=solr.FastLRUCache size=16384 initialSize=4096 autowarmCount=4096/ useFilterForSortedQuerytrue/useFilterForSortedQuery as per http://wiki.apache.org/solr/SolrCaching#head-b6a7d51521d55fa0c89f2b576b2659f297f9 And

Re: solr caching problem

2009-09-22 Thread satyasundar jena
. On Tue, Sep 22, 2009 at 8:46 PM, Yonik Seeley yo...@lucidimagination.comwrote: Solr's caches should be transparent - they should only speed up queries, not change the result of queries. -Yonik http://www.lucidimagination.com On Tue, Sep 22, 2009 at 9:45 AM, satyasundar jena tosatyaj