Uses of Package
org.apache.lucene.facet.sortedset
Packages that use org.apache.lucene.facet.sortedset
Package
Description
Faceted search.
Provides faceting capabilities over facets that were indexed with
SortedSetDocValuesFacetField
.-
Classes in org.apache.lucene.facet.sortedset used by org.apache.lucene.facetClassDescriptionAdd an instance of this to your Document for every facet label to be indexed via SortedSetDocValues.Wraps a
IndexReader
and resolves ords using existingSortedSetDocValues
APIs without a separate taxonomy index. -
Classes in org.apache.lucene.facet.sortedset used by org.apache.lucene.facet.sortedsetClassDescriptionBase class for SSDV faceting implementations.Intermediate result to store top children for a given path before resolving labels, etc.Wraps a
IndexReader
and resolves ords using existingSortedSetDocValues
APIs 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.