LuXugang commented on a change in pull request #704: URL: https://github.com/apache/lucene/pull/704#discussion_r813093098
########## File path: lucene/CHANGES.txt ########## @@ -191,6 +191,9 @@ Improvements * LUCENE-10371: Make IndexRearranger able to arrange segment in a determined order. (Patrick Zhai) +* LUCENE-10435: Break loop early while checking whether DocValuesFieldExistsQuery can be rewrite to MatchAllDocsQuery. Review comment: > Maybe we could combine this with the original changes entry (also in 9.1) to keep it simple. The original entry would become: > > ``` > * LUCENE-10084, LUCENE-10435: Rewrite DocValuesFieldExistsQuery to MatchAllDocsQuery whenever > terms or points have a docCount that is equal to maxDoc. (Vigya Sharma, Lu Xugang) > ``` OK -- 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