You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by lu...@apache.org on 2022/06/28 04:03:22 UTC

[lucene] branch main updated: Add entry (#990)

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

luxugang 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 3e74ebbc0d4 Add entry (#990)
3e74ebbc0d4 is described below

commit 3e74ebbc0d4b5ed1b1847d8ada9157586d774307
Author: Lu Xugang <lu...@apache.org>
AuthorDate: Tue Jun 28 12:03:18 2022 +0800

    Add entry (#990)
---
 lucene/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index c6f646eba24..6d2ee66ac68 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -133,6 +133,8 @@ Bug Fixes
 
 * GITHUB#986: Fix FieldExistsQuery rewrite when all docs have vectors. (Julie Tibshirani)
 
+* LUCENE-10623: Error implementation of docValueCount for SortingSortedSetDocValues (Lu Xugang)
+
 Other
 ---------------------