reta commented on code in PR #11875:
URL: https://github.com/apache/lucene/pull/11875#discussion_r1004673850


##########
lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java:
##########
@@ -519,10 +524,15 @@ public void search(Query query, Collector results) throws 
IOException {
     search(leafContexts, createWeight(query, results.scoreMode(), 1), results);
   }
 
-  /** Returns true if any search hit the {@link #setTimeout(QueryTimeout) 
timeout}. */
+  /** Return true if any search hit the {@link #setTimeout(QueryTimeout) 
timeout}. */

Review Comment:
   Not related, fixing comment to keep it concise 



-- 
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...@lucene.apache.org

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