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 classFacetFieldCollectorManager<V extends FacetRecorder>Collector manager forFacetFieldCollector.Fields in org.apache.lucene.sandbox.facet declared as FacetRecorderModifier and TypeFieldDescriptionprivate final FacetRecorderFacetFieldCollector.facetRecorderprivate final VFacetFieldCollectorManager.facetRecorderprivate final FacetRecorderFacetFieldLeafCollector.recorderConstructors 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 FacetRecorderCandidateSetOrdinalIterator.facetRecorderConstructors 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 classFacetRecorderto count facets.final classFacetRecorderthat computes multiple long aggregations per facet.final classFacetRecorderthat 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