| Package | Description |
|---|---|
| org.apache.lucene.facet.search |
Faceted Search API
|
| org.apache.lucene.facet.search.sampling |
Sampling for facets accumulation
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AdaptiveFacetsAccumulator |
FacetsAccumulator whose behavior regarding complements, sampling,
etc. |
class |
SamplingWrapper |
Wrap any Facets Accumulator with sampling.
|
class |
StandardFacetsAccumulator |
Standard implementation for
FacetsAccumulator, utilizing partitions to save on memory. |
| Modifier and Type | Field | Description |
|---|---|---|
protected FacetsAccumulator |
FacetsCollector.facetsAccumulator |
| Modifier and Type | Method | Description |
|---|---|---|
protected FacetsAccumulator |
FacetsCollector.initFacetsAccumulator(FacetSearchParams facetSearchParams,
org.apache.lucene.index.IndexReader indexReader,
TaxonomyReader taxonomyReader) |
Create the
FacetsAccumulator to be used. |
| Constructor | Description |
|---|---|
SamplingWrapper(FacetsAccumulator delegee,
Sampler sampler) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SamplingAccumulator |
Facets accumulation with sampling.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.