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

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

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

Methods in org.apache.lucene.facet.search.sampling that return Sampler.SampleResult
protected  Sampler.SampleResult RandomSampler.createSample(ScoredDocIDs docids, int actualSize, int sampleSetSize)
           
protected  Sampler.SampleResult RepeatableSampler.createSample(ScoredDocIDs docids, int actualSize, int sampleSetSize)
           
protected abstract  Sampler.SampleResult Sampler.createSample(ScoredDocIDs docids, int actualSize, int sampleSetSize)
          Create and return a sample of the input set
 Sampler.SampleResult Sampler.getSampleSet(ScoredDocIDs docids)
          Compute a sample set out of the input set, based on the SamplingParams.getSampleRatio() in effect.
 



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