|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
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 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,
IndexReader indexReader,
TaxonomyReader taxonomyReader,
IntArrayAllocator intArrayAllocator,
FloatArrayAllocator floatArrayAllocator)
Constructor... |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |