Seeing something odd going on with faceting . . . we execute facets with every query and yet the fieldValueCache is not being used:

        name:      fieldValueCache
class:      org.apache.solr.search.FastLRUCache
version:      1.0
description: Concurrent LRU Cache(maxSize=10000, initialSize=10, minSize=9000, acceptableSize=9500, cleanupThread=false)
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

I was under the impression the fieldValueCache was an implicit cache (if you don't define it, it will still exist).

We are running Solr v3.3 (and NOT using {!cache=false}).

Thoughts?

Reply via email to