mikemccand commented on a change in pull request #854: Shared PQ Based Early 
Termination for Concurrent Search
URL: https://github.com/apache/lucene-solr/pull/854#discussion_r323174839
 
 

 ##########
 File path: lucene/core/src/java/org/apache/lucene/search/Collector.java
 ##########
 @@ -77,4 +77,12 @@
    * Indicates what features are required from the scorer.
    */
   ScoreMode scoreMode();
+
+  /**
+   * Indicates that input has ended for the collector. This allows the 
collector to perform
+   * post processing (if any).
+   */
+  default void postProcess() {
 
 Review comment:
   Could we rename this to something like `finishLeaf`?

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


With regards,
Apache Git Services

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

Reply via email to