Uses of Interface
org.apache.lucene.facet.search.sampling.SampleFixer
-
Packages that use SampleFixer Package Description org.apache.lucene.facet.search.sampling Sampling for facets accumulation -
-
Uses of SampleFixer in org.apache.lucene.facet.search.sampling
Methods in org.apache.lucene.facet.search.sampling that return SampleFixer Modifier and Type Method Description SampleFixer
Sampler. getSampleFixer(org.apache.lucene.index.IndexReader indexReader, TaxonomyReader taxonomyReader, FacetSearchParams searchParams)
Get a fixer of sample facet accumulation results.
-