Uses of Class
org.apache.lucene.facet.search.FloatArrayAllocator
-
Packages that use FloatArrayAllocator Package Description org.apache.lucene.facet.search Faceted Search APIorg.apache.lucene.facet.search.sampling Sampling for facets accumulation -
-
Uses of FloatArrayAllocator in org.apache.lucene.facet.search
Fields in org.apache.lucene.facet.search declared as FloatArrayAllocator Modifier and Type Field Description protected FloatArrayAllocator
StandardFacetsAccumulator. floatArrayAllocator
Constructors in org.apache.lucene.facet.search with parameters of type FloatArrayAllocator Constructor Description AdaptiveFacetsAccumulator(FacetSearchParams searchParams, org.apache.lucene.index.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, org.apache.lucene.index.IndexReader indexReader, TaxonomyReader taxonomyReader, IntArrayAllocator intArrayAllocator, FloatArrayAllocator floatArrayAllocator)
-
Uses of FloatArrayAllocator in org.apache.lucene.facet.search.sampling
Constructors in org.apache.lucene.facet.search.sampling with parameters of type FloatArrayAllocator Constructor Description SamplingAccumulator(Sampler sampler, FacetSearchParams searchParams, org.apache.lucene.index.IndexReader indexReader, TaxonomyReader taxonomyReader, IntArrayAllocator intArrayAllocator, FloatArrayAllocator floatArrayAllocator)
Constructor...
-