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

Packages that use SamplingParams
org.apache.lucene.facet.search.sampling Sampling for facets accumulation 
 

Uses of SamplingParams in org.apache.lucene.facet.search.sampling
 

Fields in org.apache.lucene.facet.search.sampling declared as SamplingParams
protected  SamplingParams Sampler.samplingParams
           
 

Methods in org.apache.lucene.facet.search.sampling that return SamplingParams
 SamplingParams Sampler.getSamplingParams()
          Return the sampling params in effect
 

Constructors in org.apache.lucene.facet.search.sampling with parameters of type SamplingParams
RandomSampler(SamplingParams params, Random random)
           
RepeatableSampler(SamplingParams params)
           
Sampler(SamplingParams params)
          Construct with certain SamplingParams
 



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