Uses of Class
org.apache.lucene.facet.search.FacetsAccumulator
-
Packages that use FacetsAccumulator Package Description org.apache.lucene.facet.search Faceted Search APIorg.apache.lucene.facet.search.sampling Sampling for facets accumulation -
-
Uses of FacetsAccumulator in org.apache.lucene.facet.search
Subclasses of FacetsAccumulator in org.apache.lucene.facet.search Modifier and Type Class Description classAdaptiveFacetsAccumulatorFacetsAccumulatorwhose behavior regarding complements, sampling, etc.classSamplingWrapperWrap any Facets Accumulator with sampling.classStandardFacetsAccumulatorStandard implementation forFacetsAccumulator, utilizing partitions to save on memory.Fields in org.apache.lucene.facet.search declared as FacetsAccumulator Modifier and Type Field Description protected FacetsAccumulatorFacetsCollector. facetsAccumulatorMethods in org.apache.lucene.facet.search that return FacetsAccumulator Modifier and Type Method Description protected FacetsAccumulatorFacetsCollector. initFacetsAccumulator(FacetSearchParams facetSearchParams, IndexReader indexReader, TaxonomyReader taxonomyReader)Create theFacetsAccumulatorto be used.Constructors in org.apache.lucene.facet.search with parameters of type FacetsAccumulator Constructor Description SamplingWrapper(FacetsAccumulator delegee, Sampler sampler) -
Uses of FacetsAccumulator in org.apache.lucene.facet.search.sampling
Subclasses of FacetsAccumulator in org.apache.lucene.facet.search.sampling Modifier and Type Class Description classSamplingAccumulatorFacets accumulation with sampling.
-