You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/02/23 16:27:00 UTC

[GitHub] [lucene] jtibshirani commented on a change in pull request #704: LUCENE-10435: add CHANGES.txt entry

jtibshirani commented on a change in pull request #704:
URL: https://github.com/apache/lucene/pull/704#discussion_r813077353



##########
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)
   ```




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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