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 classMethods in org.apache.lucene.facet that return types with arguments of type RandomSamplingFacetsCollectorModifier and TypeMethodDescriptionRandomSamplingFacetsCollector.createManager(int sampleSize, long seed) Creates aCollectorManagerfor concurrent random sampling throughRandomSamplingFacetsCollectorRandomSamplingFacetsCollector.createManager(int sampleSize, long seed) Creates aCollectorManagerfor concurrent random sampling throughRandomSamplingFacetsCollectorConstructor parameters in org.apache.lucene.facet with type arguments of type RandomSamplingFacetsCollectorModifierConstructorDescription(package private)ReducedRandomSamplingFacetsCollector(int sampleSize, long seed, Collection<RandomSamplingFacetsCollector> facetsCollectors)