Module org.apache.lucene.facet
Package org.apache.lucene.facet
Class RandomSamplingFacetsCollector.ReducedRandomSamplingFacetsCollector
java.lang.Object
org.apache.lucene.search.SimpleCollector
org.apache.lucene.facet.FacetsCollector
org.apache.lucene.facet.RandomSamplingFacetsCollector
org.apache.lucene.facet.RandomSamplingFacetsCollector.ReducedRandomSamplingFacetsCollector
- All Implemented Interfaces:
Collector
,LeafCollector
- Enclosing class:
RandomSamplingFacetsCollector
private static class RandomSamplingFacetsCollector.ReducedRandomSamplingFacetsCollector
extends RandomSamplingFacetsCollector
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.facet.FacetsCollector
FacetsCollector.MatchingDocs
-
Constructor Summary
ConstructorsConstructorDescriptionReducedRandomSamplingFacetsCollector
(int sampleSize, long seed, Collection<RandomSamplingFacetsCollector> facetsCollectors) -
Method Summary
Methods inherited from class org.apache.lucene.facet.RandomSamplingFacetsCollector
amortizeFacetCounts, createManager, getMatchingDocs, getOriginalMatchingDocs, getSamplingRate
Methods inherited from class org.apache.lucene.facet.FacetsCollector
collect, doSetNextReader, finish, getKeepScores, 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
-
ReducedRandomSamplingFacetsCollector
ReducedRandomSamplingFacetsCollector(int sampleSize, long seed, Collection<RandomSamplingFacetsCollector> facetsCollectors)
-