Uses of Class
org.apache.lucene.facet.search.sampling.SamplingParams
-
Packages that use SamplingParams Package Description 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 Modifier and Type Field Description protected SamplingParams
Sampler. samplingParams
Methods in org.apache.lucene.facet.search.sampling that return SamplingParams Modifier and Type Method Description SamplingParams
Sampler. getSamplingParams()
Return the sampling params in effectConstructors in org.apache.lucene.facet.search.sampling with parameters of type SamplingParams Constructor Description RandomSampler(SamplingParams params, Random random)
RepeatableSampler(SamplingParams params)
Sampler(SamplingParams params)
Construct with certainSamplingParams
-