Package | Description |
---|---|
org.apache.lucene.facet.search |
Faceted Search API
|
org.apache.lucene.facet.search.sampling |
Sampling for facets accumulation
|
Modifier and Type | Method | Description |
---|---|---|
Sampler |
AdaptiveFacetsAccumulator.getSampler() |
Modifier and Type | Method | Description |
---|---|---|
void |
AdaptiveFacetsAccumulator.setSampler(Sampler sampler) |
Set the sampler.
|
Constructor | Description |
---|---|
SamplingWrapper(FacetsAccumulator delegee,
Sampler sampler) |
Modifier and Type | Class | Description |
---|---|---|
class |
RandomSampler |
Simple random sampler
|
class |
RepeatableSampler |
Take random samples of large collections.
|
Constructor | Description |
---|---|
SamplingAccumulator(Sampler sampler,
FacetSearchParams searchParams,
IndexReader indexReader,
TaxonomyReader taxonomyReader) |
Constructor...
|
SamplingAccumulator(Sampler sampler,
FacetSearchParams searchParams,
IndexReader indexReader,
TaxonomyReader taxonomyReader,
IntArrayAllocator intArrayAllocator,
FloatArrayAllocator floatArrayAllocator) |
Constructor...
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.