Module org.apache.lucene.facet
Package org.apache.lucene.facet
Class FacetsCollectorManager.ReducedFacetsCollector
java.lang.Object
org.apache.lucene.search.SimpleCollector
org.apache.lucene.facet.FacetsCollector
org.apache.lucene.facet.FacetsCollectorManager.ReducedFacetsCollector
- All Implemented Interfaces:
Collector
,LeafCollector
- Enclosing class:
FacetsCollectorManager
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.facet.FacetsCollector
FacetsCollector.MatchingDocs
-
Constructor Summary
ConstructorsConstructorDescriptionReducedFacetsCollector
(Collection<FacetsCollector> facetsCollectors, boolean keepScores) -
Method Summary
Methods inherited from class org.apache.lucene.facet.FacetsCollector
collect, doSetNextReader, finish, getKeepScores, getMatchingDocs, scoreMode, setScorer
Methods inherited from class org.apache.lucene.search.SimpleCollector
getLeafCollector
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.lucene.search.LeafCollector
collect, competitiveIterator
-
Constructor Details
-
ReducedFacetsCollector
ReducedFacetsCollector(Collection<FacetsCollector> facetsCollectors, boolean keepScores)
-