Package org.apache.lucene.sandbox.facet
Class FacetFieldCollector
java.lang.Object
org.apache.lucene.sandbox.facet.FacetFieldCollector
- All Implemented Interfaces:
Collector
Collector
that brings together FacetCutter
and FacetRecorder
to compute
facets during collection phase.- WARNING: This API is experimental and might change in incompatible ways in the next release.
-
Constructor Summary
ConstructorsConstructorDescriptionFacetFieldCollector
(FacetCutter facetCutter, FacetRecorder facetRecorder) Collector for cutter+recorder pair. -
Method Summary
-
Constructor Details
-
FacetFieldCollector
Collector for cutter+recorder pair.
-
-
Method Details
-
getLeafCollector
- Specified by:
getLeafCollector
in interfaceCollector
- Throws:
IOException
-
scoreMode
-