Package | Description |
---|---|
org.apache.lucene.facet.search |
Faceted Search API
API for faceted search has several interfaces - simple, top level ones, adequate for most users,
and advanced, more complicated ones, for the more advanced users.
|
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 . |