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

Packages that use Sampler
org.apache.lucene.facet.old Old faceted search API, kept until complements, sampling and partitions are migrated to the new API. 
org.apache.lucene.facet.sampling Facets sampling. 
 

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

Methods in org.apache.lucene.facet.old that return Sampler
 Sampler AdaptiveFacetsAccumulator.getSampler()
           
 

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

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(OldFacetsAccumulator delegee, Sampler sampler)
           
 



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