Package | Description |
---|---|
org.apache.lucene.facet.search.sampling |
Sampling for facets accumulation
|
Modifier and Type | Field and Description |
---|---|
protected SamplingParams |
Sampler.samplingParams |
Modifier and Type | Method and Description |
---|---|
SamplingParams |
Sampler.getSamplingParams()
Return the sampling params in effect
|
Constructor and Description |
---|
RandomSampler(SamplingParams params,
Random random) |
RepeatableSampler(SamplingParams params) |
Sampler(SamplingParams params)
Construct with certain
SamplingParams |