Module org.apache.lucene.facet
Package org.apache.lucene.facet.sortedset
package org.apache.lucene.facet.sortedset
Provides faceting capabilities over facets that were indexed with
SortedSetDocValuesFacetField.-
ClassDescriptionBase class for SSDV faceting implementations.Intermediate result to store top children for a given path before resolving labels, etc.Like
SortedSetDocValuesFacetCounts, but aggregates counts concurrently across segments.Default implementation ofSortedSetDocValuesFacetCounts.Compute facets counts from previously indexedSortedSetDocValuesFacetField, without require a separate taxonomy index.Add an instance of this to your Document for every facet label to be indexed via SortedSetDocValues.Wraps aIndexReaderand resolves ords using existingSortedSetDocValuesAPIs without a separate taxonomy index.Holds children and sibling information for a single dimension.Holds start/end range of ords, which maps to one dimension.