martijnvg commented on code in PR #15436:
URL: https://github.com/apache/lucene/pull/15436#discussion_r2556988304


##########
lucene/core/src/java/org/apache/lucene/search/TopFieldCollector.java:
##########
@@ -217,6 +217,11 @@ public void collect(int doc) throws IOException {
 
       return collector;
     }
+
+    @Override
+    public Comparator<LeafReaderContext> getLeafReaderComparator() {

Review Comment:
   > But maybe we need a better escape hatch?
   
   I think so. What do you think would be a good escape hatch here?



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

Reply via email to