Uses of Class
org.apache.lucene.facet.search.sampling.Sampler

Packages that use Sampler
org.apache.lucene.facet.search Faceted Search API 
org.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
 Sampler AdaptiveFacetsAccumulator.getSampler()
           
 

Methods in org.apache.lucene.facet.search with parameters of type Sampler
 void AdaptiveFacetsAccumulator.setSampler(Sampler sampler)
          Set the sampler.
 

Constructors in org.apache.lucene.facet.search with parameters of type Sampler
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
 class RandomSampler
          Simple random sampler
 class RepeatableSampler
          Take random samples of large collections.
 

Constructors in org.apache.lucene.facet.search.sampling with parameters of type Sampler
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...
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.