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/04/21 16:39:59 UTC

[lucene] branch main updated (08f848a5828 -> 3bcc40efe91)

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

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


    from 08f848a5828 Add two facet tests (#826)
     add 3bcc40efe91 LUCENE-10517: Improve performance of SortedSetDV faceting by iterating on class types (#812)

No new revisions were added by this update.

Summary of changes:
 .../lucene/facet/StringValueFacetCounts.java       |  97 +++++++++++++++++-
 .../ConcurrentSortedSetDocValuesFacetCounts.java   | 110 +++++++++++++++++----
 .../sortedset/SortedSetDocValuesFacetCounts.java   |  89 ++++++++++++++++-
 .../facet/taxonomy/FastTaxonomyFacetCounts.java    |  44 ++++++---
 4 files changed, 300 insertions(+), 40 deletions(-)