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

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

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



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