dsmiley commented on a change in pull request #1900:
URL: https://github.com/apache/lucene-solr/pull/1900#discussion_r493862362



##########
File path: solr/solr-ref-guide/src/major-changes-in-solr-9.adoc
##########
@@ -128,6 +128,8 @@ _(raw; not yet edited)_
 * SOLR-14510: The `writeStartDocumentList` in `TextResponseWriter` now 
receives an extra boolean parameter representing the "exactness" of the 
numFound value (exact vs approximation).
   Any custom response writer extending `TextResponseWriter` will need to 
implement this abstract method now (instead previous with the same name but 
without the new boolean parameter).
 
+* SOLR-14036: Implicit /terms handler now supports distributed search by 
default, when running in cloud mode.

Review comment:
       Reworded to help a user think through upgrading:
   ```suggestion
   * SOLR-14036: Implicit /terms handler now returns terms across all shards in 
SolrCloud instead of only the local core.  Users/apps may be assuming the old 
behavior.  A request can be modified via the standard distrib=false param to 
only use the local core receiving the request.
   ```




----------------------------------------------------------------
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.

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



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

Reply via email to