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

Packages that use Sampler
org.apache.lucene.facet.sampling Facets sampling. 
org.apache.lucene.facet.search Facets search code. 
 

Uses of Sampler in org.apache.lucene.facet.sampling
 

Subclasses of Sampler in org.apache.lucene.facet.sampling
 class RandomSampler
          Simple random sampler
 class RepeatableSampler
          Take random samples of large collections.
 

Constructors in org.apache.lucene.facet.sampling with parameters of type Sampler
SamplingAccumulator(Sampler sampler, FacetSearchParams searchParams, IndexReader indexReader, TaxonomyReader taxonomyReader)
          Constructor...
SamplingAccumulator(Sampler sampler, FacetSearchParams searchParams, IndexReader indexReader, TaxonomyReader taxonomyReader, FacetArrays facetArrays)
           
SamplingWrapper(StandardFacetsAccumulator delegee, Sampler sampler)
           
 

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.
 



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