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 2021/05/31 12:58:38 UTC

[lucene] branch main updated (d669dde -> 65842c5)

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 d669dde  LUCENE-9946: Support multi-value fields in range facet counting (#127)
     add 65842c5  LUCENE-9971: Inconsistent SSDVFF and Taxonomy facet behavior in case of unseen dimension (#149)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/lucene/facet/FacetsConfig.java |  8 ++++++
 .../ConcurrentSortedSetDocValuesFacetCounts.java   |  6 ++---
 .../sortedset/SortedSetDocValuesFacetCounts.java   | 12 +--------
 .../lucene/facet/taxonomy/TaxonomyFacets.java      | 25 ++++++++++++-----
 .../org/apache/lucene/facet/TestFacetsConfig.java  | 17 ++++++++++++
 .../sortedset/TestSortedSetDocValuesFacets.java    | 28 +++++++++++++++++++
 .../facet/taxonomy/TestTaxonomyFacetCounts.java    | 31 ++++++++++++++++++++++
 7 files changed, 106 insertions(+), 21 deletions(-)