Uses of Interface
org.apache.lucene.sandbox.facet.recorders.FacetRecorder
Packages that use FacetRecorder
Package
Description
Sandbox faceting - Collectors that compute facets.
Sandbox faceting: facet ordinals.
Sandbox faceting: classes that can record per ordinal data E.g.
-
Uses of FacetRecorder in org.apache.lucene.sandbox.facet
Classes in org.apache.lucene.sandbox.facet with type parameters of type FacetRecorderModifier and TypeClassDescriptionfinal class
FacetFieldCollectorManager<V extends FacetRecorder>
Collector manager forFacetFieldCollector
.Constructors in org.apache.lucene.sandbox.facet with parameters of type FacetRecorderModifierConstructorDescriptionFacetFieldCollector
(FacetCutter facetCutter, FacetRecorder facetRecorder) Collector for cutter+recorder pair. -
Uses of FacetRecorder in org.apache.lucene.sandbox.facet.iterators
Constructors in org.apache.lucene.sandbox.facet.iterators with parameters of type FacetRecorderModifierConstructorDescriptionCandidateSetOrdinalIterator
(FacetRecorder facetRecorder, FacetLabel[] candidateLabels, LabelToOrd labelToOrd) Constructor. -
Uses of FacetRecorder in org.apache.lucene.sandbox.facet.recorders
Classes in org.apache.lucene.sandbox.facet.recorders that implement FacetRecorderModifier and TypeClassDescriptionfinal class
FacetRecorder
to count facets.final class
FacetRecorder
that computes multiple long aggregations per facet.final class
FacetRecorder
that contains multiple FacetRecorders.Constructors in org.apache.lucene.sandbox.facet.recorders with parameters of type FacetRecorder