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
.Fields in org.apache.lucene.sandbox.facet declared as FacetRecorderModifier and TypeFieldDescriptionprivate final FacetRecorder
FacetFieldCollector.facetRecorder
private final V
FacetFieldCollectorManager.facetRecorder
private final FacetRecorder
FacetFieldLeafCollector.recorder
Constructors in org.apache.lucene.sandbox.facet with parameters of type FacetRecorderModifierConstructorDescriptionFacetFieldCollector
(FacetCutter facetCutter, FacetRecorder facetRecorder) Collector for cutter+recorder pair.(package private)
FacetFieldLeafCollector
(LeafReaderContext context, FacetCutter cutter, FacetRecorder recorder) -
Uses of FacetRecorder in org.apache.lucene.sandbox.facet.iterators
Fields in org.apache.lucene.sandbox.facet.iterators declared as FacetRecorderModifier and TypeFieldDescriptionprivate final FacetRecorder
CandidateSetOrdinalIterator.facetRecorder
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.Fields in org.apache.lucene.sandbox.facet.recorders declared as FacetRecorderConstructors in org.apache.lucene.sandbox.facet.recorders with parameters of type FacetRecorder