Hi, I am using ExactStatsCache in SolrCloud (7.7.1) by adding following to solrconfig.xml file for all collections. I restarted and indexed the documents of all collections after this change just to be sure.
<statsCache class="org.apache.solr.search.stats.ExactStatsCache"/> However, when I do multi-collection query, the scores do not change before and after adding ExactStatsCache. I can still see the docCount in debug output coming from individual shards and not even from whole collection. I was expecting that the docCount would be of addition of all docCounts of all collections included in search query. Do you know what I might be doing wrong?