Package org.apache.lucene.facet
Class FacetsCollectorManager
java.lang.Object
org.apache.lucene.facet.FacetsCollectorManager
- All Implemented Interfaces:
CollectorManager<FacetsCollector,FacetsCollector>
public class FacetsCollectorManager
extends Object
implements CollectorManager<FacetsCollector,FacetsCollector>
A
CollectorManager implementation which produces FacetsCollector and produces a merged
FacetsCollector. This is used for concurrent FacetsCollection.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FacetsCollectorManager
public FacetsCollectorManager()Sole constructor.
-
-
Method Details
-
newCollector
- Specified by:
newCollectorin interfaceCollectorManager<FacetsCollector,FacetsCollector> - Throws:
IOException
-
reduce
- Specified by:
reducein interfaceCollectorManager<FacetsCollector,FacetsCollector> - Throws:
IOException
-