weiwang19 commented on code in PR #2046:
URL: https://github.com/apache/solr/pull/2046#discussion_r1408096714


##########
solr/solrj/src/java/org/apache/solr/common/params/CommonParams.java:
##########
@@ -289,6 +289,14 @@ public static EchoParamStyle get(String v) {
   @Deprecated(since = "9.4")
   String DISABLE_REQUEST_ID = "disableRequestId";
 
+  /**
+   * Parameter to disable the distributed term statistics request for current 
query when distributed
+   * IDF is enabled in solrconfig
+   *
+   * <p>Defaults to 'false' if not specified
+   */
+  String DISABLE_DISTRIB_STATS = "disableDistribStats";

Review Comment:
   changed to distrib.statsCache



-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to