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 03:49:54 UTC

[lucene] branch main updated (7b58088bd55 -> d8fb47b6748)

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

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


    from 7b58088bd55 Fix FieldExistsQuery rewrite when all docs have vectors (#986)
     add d8fb47b6748 LUCENE-10623: Error implementation of docValueCount for SortingSortedSetDocValues (#967)

No new revisions were added by this update.

Summary of changes:
 .../codecs/lucene90/Lucene90DocValuesConsumer.java | 10 +++---
 .../lucene/index/SortedSetDocValuesWriter.java     | 39 ++++++++++++++-------
 .../apache/lucene/index/SortingCodecReader.java    |  6 +++-
 .../lucene/index/TestSortingCodecReader.java       | 40 ++++++++++++++++++++++
 .../codecs/asserting/AssertingDocValuesFormat.java |  5 +--
 5 files changed, 77 insertions(+), 23 deletions(-)