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: 1.0
description: Concurrent LRU Cache(maxSize=512, initialSize=512, minSize=460,
acceptableSize=486, cleanupThread=false, autowarmCount=128,
regenerator=org.apache.solr.search.solrindexsearche...@26789869) stats: lookups : 0
hits : 0
hitratio : 0.00
inserts : 0
evictions : 0
size : 0
warmupTime : 0
cumulative_lookups : 0
cumulative_hits : 0
cumulative_hitratio : 0.00
cumulative_inserts : 0
cumulative_evictions : 0
It always shows the stats as 0.

Thank you.

Sandeep

If you've never specified multiValued/tokenized fields for faceting,
fieldValueCache  won't be used.

Koji

--
http://www.rondhuit.com/en/

Reply via email to