In addition to Samuel's comment, the filterCache is also used under certain circumstances....
Best Erick 2011/11/22 Samuel García Martínez <samuelgmarti...@gmail.com>: > AFAIK, FieldValueCache is only used for faceting on tokenized fields. > Maybe, are you getting confused with FieldCache ( > http://lucene.apache.org/java/3_0_2/api/all/org/apache/lucene/search/FieldCache.html)? > This is used for common facets (using facet.method=fc and not tokenized > fields). > > This makes any sense for you? > > On Tue, Nov 22, 2011 at 7:21 PM, CRB <sub.scripti...@metaheuristica.com>wrote: > >> >> 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? >> > > > > -- > Un saludo, > Samuel García. >