You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2022/01/24 14:49:59 UTC

[lucene] branch main updated (10ca531 -> 9e560c1)

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

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


    from 10ca531  LUCENE-10381: Require users to provide FacetsConfig for SSDV faceting (#613)
     add 9e560c1  LUCENE-9952: Fix dim count inaccuracies in SSDV faceting when a dim is multi-valued (#611)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                 |  7 ++-
 .../java/org/apache/lucene/facet/FacetsConfig.java | 13 ++++-
 .../ConcurrentSortedSetDocValuesFacetCounts.java   | 53 +++++++++++++++----
 .../DefaultSortedSetDocValuesReaderState.java      |  5 +-
 .../sortedset/SortedSetDocValuesFacetCounts.java   | 59 +++++++++++++++++-----
 .../sortedset/TestSortedSetDocValuesFacets.java    | 18 ++++---
 6 files changed, 121 insertions(+), 34 deletions(-)