You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2022/03/02 08:23:47 UTC

[lucene] branch main updated: LUCENE-10439: update CHANGES.txt (#714)

This is an automated email from the ASF dual-hosted git repository.

jpountz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new e8e522a  LUCENE-10439: update CHANGES.txt (#714)
e8e522a is described below

commit e8e522a52b25e1302b0675600f11f95db49e8952
Author: Lu Xugang <q1...@Gmail.com>
AuthorDate: Wed Mar 2 16:23:44 2022 +0800

    LUCENE-10439: update CHANGES.txt (#714)
---
 lucene/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index f25a8b4..a227421 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -237,7 +237,7 @@ Optimizations
 
 * LUCENE-10408 Better encoding of doc Ids in vectors. (Mayya Sharipova, Julie Tibshirani, Adrien Grand)
 
-* LUCENE-10424 Optimize the "everything matches" case for count query in PointRangeQuery. (Ignacio Vera, Lu Xugang)
+* LUCENE-10424, LUCENE-10439: Optimize the "everything matches" case for count query in PointRangeQuery. (Ignacio Vera, Lu Xugang)
 
 * LUCENE-10084, LUCENE-10435: Rewrite DocValuesFieldExistsQuery to MatchAllDocsQuery whenever
   terms or points have a docCount that is equal to maxDoc. (Vigya Sharma, Lu Xugang)