| Package | Description |
|---|---|
| org.apache.lucene.facet.search |
Faceted Search API
|
| org.apache.lucene.facet.search.sampling |
Sampling for facets accumulation
|
| Modifier and Type | Class and 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 and Description |
|---|---|
protected FacetsAccumulator |
FacetsCollector.facetsAccumulator |
| Modifier and Type | Method and Description |
|---|---|
protected FacetsAccumulator |
FacetsCollector.initFacetsAccumulator(FacetSearchParams facetSearchParams,
org.apache.lucene.index.IndexReader indexReader,
TaxonomyReader taxonomyReader)
Create the
FacetsAccumulator to be used. |
| Constructor and Description |
|---|
SamplingWrapper(FacetsAccumulator delegee,
Sampler sampler) |
| Modifier and Type | Class and Description |
|---|---|
class |
SamplingAccumulator
Facets accumulation with sampling.
|
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.