Uses of Class
org.apache.lucene.facet.search.sampling.Sampler
-
Packages that use Sampler Package Description org.apache.lucene.facet.search Faceted Search APIorg.apache.lucene.facet.search.sampling Sampling for facets accumulation -
-
Uses of Sampler in org.apache.lucene.facet.search
Methods in org.apache.lucene.facet.search that return Sampler Modifier and Type Method Description SamplerAdaptiveFacetsAccumulator. getSampler()Methods in org.apache.lucene.facet.search with parameters of type Sampler Modifier and Type Method Description voidAdaptiveFacetsAccumulator. setSampler(Sampler sampler)Set the sampler.Constructors in org.apache.lucene.facet.search with parameters of type Sampler Constructor Description SamplingWrapper(FacetsAccumulator delegee, Sampler sampler) -
Uses of Sampler in org.apache.lucene.facet.search.sampling
Subclasses of Sampler in org.apache.lucene.facet.search.sampling Modifier and Type Class Description classRandomSamplerSimple random samplerclassRepeatableSamplerTake random samples of large collections.Constructors in org.apache.lucene.facet.search.sampling with parameters of type Sampler Constructor Description SamplingAccumulator(Sampler sampler, FacetSearchParams searchParams, IndexReader indexReader, TaxonomyReader taxonomyReader)Constructor...SamplingAccumulator(Sampler sampler, FacetSearchParams searchParams, IndexReader indexReader, TaxonomyReader taxonomyReader, IntArrayAllocator intArrayAllocator, FloatArrayAllocator floatArrayAllocator)Constructor...
-