Package | Description |
---|---|
org.apache.lucene.facet.search |
Faceted Search API
|
org.apache.lucene.facet.search.params |
Parameters for Faceted Search
|
Modifier and Type | Class | 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 | 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-2018 Apache Software Foundation. All Rights Reserved.