vsop-479 commented on code in PR #14733: URL: https://github.com/apache/lucene/pull/14733#discussion_r2119876685
########## lucene/core/src/java/org/apache/lucene/index/IndexWriter.java: ########## @@ -469,9 +469,9 @@ public void onTicketBacklog() { * session can be quickly made available for searching without closing the writer nor calling * {@link #commit}. * - * <p>Note that this is functionally equivalent to calling {#flush} and then opening a new reader. - * But the turnaround time of this method should be faster since it avoids the potentially costly - * {@link #commit}. + * <p>Note that this is functionally equivalent to calling {@link #flush} and then opening a new Review Comment: Thanks @stefanvodita , I resolved it. -- 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