Uses of Class
org.apache.lucene.facet.sortedset.AbstractSortedSetDocValueFacetCounts
Packages that use AbstractSortedSetDocValueFacetCounts
Package
Description
Provides faceting capabilities over facets that were indexed with
SortedSetDocValuesFacetField.-
Uses of AbstractSortedSetDocValueFacetCounts in org.apache.lucene.facet.sortedset
Subclasses of AbstractSortedSetDocValueFacetCounts in org.apache.lucene.facet.sortedsetModifier and TypeClassDescriptionclassLikeSortedSetDocValuesFacetCounts, but aggregates counts concurrently across segments.classCompute facets counts from previously indexedSortedSetDocValuesFacetField, without require a separate taxonomy index.