Package org.apache.lucene.facet.sortedset
package org.apache.lucene.facet.sortedset
Provides faceting capabilities over facets that were indexed with
SortedSetDocValuesFacetField.-
ClassesClassDescriptionDefault implementation of
SortedSetDocValuesFacetCountsCompute 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 start/end range of ords, which maps to one dimension (someday we may generalize it to map to hierarchies within one dimension).