Package | Description |
---|---|
org.apache.lucene.facet.search |
Faceted Search API
|
org.apache.lucene.facet.search.sampling |
Sampling for facets accumulation
|
Modifier and Type | Field | Description |
---|---|---|
protected FloatArrayAllocator |
StandardFacetsAccumulator.floatArrayAllocator |
Constructor | Description |
---|---|
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) |
Constructor | Description |
---|---|
SamplingAccumulator(Sampler sampler,
FacetSearchParams searchParams,
org.apache.lucene.index.IndexReader indexReader,
TaxonomyReader taxonomyReader,
IntArrayAllocator intArrayAllocator,
FloatArrayAllocator floatArrayAllocator) |
Constructor...
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.