mkhludnev commented on code in PR #2046: URL: https://github.com/apache/solr/pull/2046#discussion_r1407331010
########## solr/solr-ref-guide/modules/deployment-guide/pages/solrcloud-distributed-requests.adoc: ########## @@ -445,6 +445,21 @@ For example, the following line makes Solr use the `ExactStatsCache` implementat ---- <statsCache class="org.apache.solr.search.stats.ExactStatsCache"/> ---- +When `ExactStatsCache`, `ExactSharedStatsCache` or `LRUStatsCache` implementations are enabled in `solrconfig.xml`, distributed calls to fetch global term stats apply to all queries. +For queries that do not utilize distributed IDF for score calculation, for example Review Comment: to be honest, I don't understand the point of this particular sentence. Line 455 and below make sense and clear. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
