Re: Displaying fieldValueCache stats in Solr 1.4 admin/stats page

2010-04-15 Thread SandeepTagore
>> If you've never specified multiValued/tokenized fields for faceting, >> fieldValueCache won't be used. >> Koji Yes Koji. You are right. I just fired a faceted query and fieldValueCache is showing some stats. Thanks a lot. Sandeep -- View this message in context: http://n3.nabble.com/Dis

Re: Displaying fieldValueCache stats in Solr 1.4 admin/stats page

2010-04-14 Thread Koji Sekiguchi
SandeepTagore wrote: Thanks a lot for your quick response Yonik. It displays fieldValueCache's configuration details but it doesn't display the updated values when we refresh the page. Other caches are working fine. name: fieldValueCache class: org.apache.solr.search.FastLRUCache version

Re: Displaying fieldValueCache stats in Solr 1.4 admin/stats page

2010-04-14 Thread SandeepTagore
Thanks a lot for your quick response Yonik. It displays fieldValueCache's configuration details but it doesn't display the updated values when we refresh the page. Other caches are working fine. name:fieldValueCache class: org.apache.solr.search.FastLRUCache version:1.0 descript

Re: Displaying fieldValueCache stats in Solr 1.4 admin/stats page

2010-04-13 Thread Yonik Seeley
This is an implicit cache (if you don't define it, it will still exist and show up on stats.jsp). Can you be more specific about "FieldValueCache stats are not getting displayed" If you start the example server, go to the stats page, and search for "fieldValueCache", is it there? Or do you mean t