LUCENE-10435: add CHANGES.txt entry (#704)

This commit is contained in:
Lu Xugang 2022-02-24 07:41:02 +08:00 committed by Julie Tibshirani
parent 29d4adfe60
commit 5aab8a8e40
1 changed files with 2 additions and 2 deletions

View File

@ -191,8 +191,8 @@ Optimizations
* LUCENE-10424 Optimize the "everything matches" case for count query in PointRangeQuery. (Ignacio Vera, Lu Xugang)
* LUCENE-10084: Rewrite DocValuesFieldExistsQuery to MatchAllDocsQuery whenever terms
or points have a docCount that is equal to maxDoc. (Vigya Sharma)
* LUCENE-10084, LUCENE-10435: Rewrite DocValuesFieldExistsQuery to MatchAllDocsQuery whenever
terms or points have a docCount that is equal to maxDoc. (Vigya Sharma, Lu Xugang)
Changes in runtime behavior
---------------------