Uses of Class
org.apache.lucene.facet.search.FloatArrayAllocator

Packages that use FloatArrayAllocator
org.apache.lucene.facet.search Faceted Search API 
org.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
protected  FloatArrayAllocator StandardFacetsAccumulator.floatArrayAllocator
           
 

Constructors in org.apache.lucene.facet.search with parameters of type FloatArrayAllocator
AdaptiveFacetsAccumulator(FacetSearchParams searchParams, IndexReader indexReader, TaxonomyReader taxonomyReader, IntArrayAllocator intArrayAllocator, FloatArrayAllocator floatArrayAllocator)
          Create an AdaptiveFacetsAccumulator
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 FloatArrayAllocator in org.apache.lucene.facet.search.sampling
 

Constructors in org.apache.lucene.facet.search.sampling with parameters of type FloatArrayAllocator
SamplingAccumulator(Sampler sampler, FacetSearchParams searchParams, IndexReader indexReader, TaxonomyReader taxonomyReader, IntArrayAllocator intArrayAllocator, FloatArrayAllocator floatArrayAllocator)
          Constructor...
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.