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

Packages that use Sampler.SampleResult
org.apache.lucene.facet.sampling Facets sampling. 
 

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

Methods in org.apache.lucene.facet.sampling that return Sampler.SampleResult
protected  Sampler.SampleResult RepeatableSampler.createSample(ScoredDocIDs docids, int actualSize, int sampleSetSize)
           
protected  Sampler.SampleResult RandomSampler.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-2013 Apache Software Foundation. All Rights Reserved.