You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2020/09/28 14:55:53 UTC

[lucene-solr] branch master updated (fc6d0a4 -> 24aadc2)

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

mikemccand pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from fc6d0a4  LUCENE-9317: Remove unused imports.
     add 24aadc2  LUCENE-9444: add utility class to retrieve facet labels from the taxonomy index for a facet field (#1893)

No new revisions were added by this update.

Summary of changes:
 .../lucene/facet/taxonomy/TaxonomyFacetLabels.java | 195 +++++++++++++++++++++
 .../org/apache/lucene/facet/FacetTestCase.java     |  42 ++++-
 .../facet/taxonomy/TestTaxonomyFacetCounts.java    |  44 ++++-
 .../facet/taxonomy/TestTaxonomyFacetLabels.java    | 194 ++++++++++++++++++++
 4 files changed, 472 insertions(+), 3 deletions(-)
 create mode 100644 lucene/facet/src/java/org/apache/lucene/facet/taxonomy/TaxonomyFacetLabels.java
 create mode 100644 lucene/facet/src/test/org/apache/lucene/facet/taxonomy/TestTaxonomyFacetLabels.java