magibney commented on code in PR #1236:
URL: https://github.com/apache/solr/pull/1236#discussion_r1047678837


##########
solr/CHANGES.txt:
##########
@@ -177,6 +177,12 @@ Other Changes
 
 * SOLR-16569: Add java system property to overseer queue size (Nick Ginther 
via noble)
 
+==================  9.1.1 ==================
+
+Bug Fixes
+---------------------
+* SOLR-16585: Fix NPE in MatchAllDocs pagination (Michael Gibney)

Review Comment:
   Good point; addressed in 026506e439d61b7fdd775990af5b056609bd9da9 
(incorporating a slightly modified version of your suggestion).
   
   For thoroughness, I'd note that this also could affect any constant-score 
query when `useFilterForSortedQuery=true` -- but given that the matchAllDocs 
case is so prominent I feel like it's only really worth mentioning that one in 
CHANGES.txt.



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