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 Sampler
AdaptiveFacetsAccumulator. getSampler()
Methods in org.apache.lucene.facet.search with parameters of type Sampler Modifier and Type Method Description void
AdaptiveFacetsAccumulator. 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 class
RandomSampler
Simple random samplerclass
RepeatableSampler
Take 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, org.apache.lucene.index.IndexReader indexReader, TaxonomyReader taxonomyReader)
Constructor...SamplingAccumulator(Sampler sampler, FacetSearchParams searchParams, org.apache.lucene.index.IndexReader indexReader, TaxonomyReader taxonomyReader, IntArrayAllocator intArrayAllocator, FloatArrayAllocator floatArrayAllocator)
Constructor...
-