|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 |
protected Sampler.SampleResult |
RandomSampler.createSample(ScoredDocIDs docids,
int actualSize,
int sampleSetSize)
|
Sampler.SampleResult |
Sampler.getSampleSet(ScoredDocIDs docids)
Compute a sample set out of the input set, based on the SamplingParams.getSampleRatio()
in effect. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |