Uses of Class
org.apache.lucene.facet.search.IntArrayAllocator
-
Packages that use IntArrayAllocator Package Description org.apache.lucene.facet.search Faceted Search APIorg.apache.lucene.facet.search.sampling Sampling for facets accumulation -
-
Uses of IntArrayAllocator in org.apache.lucene.facet.search
Fields in org.apache.lucene.facet.search declared as IntArrayAllocator Modifier and Type Field Description protected IntArrayAllocator
StandardFacetsAccumulator. intArrayAllocator
Constructors in org.apache.lucene.facet.search with parameters of type IntArrayAllocator Constructor Description AdaptiveFacetsAccumulator(FacetSearchParams searchParams, IndexReader indexReader, TaxonomyReader taxonomyReader, IntArrayAllocator intArrayAllocator, FloatArrayAllocator floatArrayAllocator)
Create anAdaptiveFacetsAccumulator
FacetArrays(IntArrayAllocator intArrayAllocator, FloatArrayAllocator floatArrayAllocator)
Create a FacetArrays with certain array allocators.StandardFacetsAccumulator(FacetSearchParams searchParams, IndexReader indexReader, TaxonomyReader taxonomyReader, IntArrayAllocator intArrayAllocator, FloatArrayAllocator floatArrayAllocator)
-
Uses of IntArrayAllocator in org.apache.lucene.facet.search.sampling
Constructors in org.apache.lucene.facet.search.sampling with parameters of type IntArrayAllocator Constructor Description SamplingAccumulator(Sampler sampler, FacetSearchParams searchParams, IndexReader indexReader, TaxonomyReader taxonomyReader, IntArrayAllocator intArrayAllocator, FloatArrayAllocator floatArrayAllocator)
Constructor...
-