Using solr 4.0, I have 2 fields that I'm faceting on using facet.method=fcs. After the first facet query I can see the two fields in the fieldValueCache. If I then issue a soft commit at /update/json?softCommit=true and again look at the fieldValueCache the two entries are now gone.
I was thinking that since the commit did not create a new segement the caches would be reused but the query time and absence of the cache values indicate everything was flushed. Am I incorrectly using this feature and/or incorrectly assuming the fieldValueCache should stay populated? Any clarification would be greatly appreciated, thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/Per-segment-faceting-and-soft-commits-tp4022538.html Sent from the Solr - User mailing list archive at Nabble.com.