mikemccand commented on a change in pull request #913: LUCENE-8995: 
TopSuggestDocsCollector#collect should be able to signal rejection
URL: https://github.com/apache/lucene-solr/pull/913#discussion_r334994659
 
 

 ##########
 File path: 
lucene/suggest/src/java/org/apache/lucene/search/suggest/document/TopSuggestDocsCollector.java
 ##########
 @@ -116,7 +118,7 @@ protected void doSetNextReader(LeafReaderContext context) 
throws IOException {
    * NOTE: collection at the leaf level is guaranteed to be in
    * descending order of score
    */
 
 Review comment:
   Can you explain the new `boolean` return value in the javadocs 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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to