Uses of Class
org.apache.lucene.facet.RandomSamplingFacetsCollector
Packages that use RandomSamplingFacetsCollector
-
Uses of RandomSamplingFacetsCollector in org.apache.lucene.facet
Subclasses of RandomSamplingFacetsCollector in org.apache.lucene.facetModifier and TypeClassDescriptionprivate static class
Methods in org.apache.lucene.facet that return types with arguments of type RandomSamplingFacetsCollectorModifier and TypeMethodDescriptionRandomSamplingFacetsCollector.createManager
(int sampleSize, long seed) Creates aCollectorManager
for concurrent random sampling throughRandomSamplingFacetsCollector
RandomSamplingFacetsCollector.createManager
(int sampleSize, long seed) Creates aCollectorManager
for concurrent random sampling throughRandomSamplingFacetsCollector
Constructor parameters in org.apache.lucene.facet with type arguments of type RandomSamplingFacetsCollectorModifierConstructorDescription(package private)
ReducedRandomSamplingFacetsCollector
(int sampleSize, long seed, Collection<RandomSamplingFacetsCollector> facetsCollectors)