| Package | Description |
|---|---|
| org.apache.lucene.facet.search |
Faceted Search API
|
| org.apache.lucene.facet.search.params |
Parameters for Faceted Search
|
| Modifier and Type | Class and Description |
|---|---|
class |
TopKFacetResultsHandler
Generate Top-K results for a particular FacetRequest.
|
class |
TopKInEachNodeHandler
Generates
FacetResult from the count arrays aggregated for a particular
FacetRequest. |
| Modifier and Type | Method and Description |
|---|---|
FacetResultsHandler |
FacetRequest.createFacetResultsHandler(TaxonomyReader taxonomyReader)
Creates a new
FacetResultsHandler that matches the request logic
and current settings, such as depth,
limits-mode, etc, as well as the passed in
TaxonomyReader. |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.