Uses of Class
org.apache.lucene.facet.search.FacetResultsHandler
-
Packages that use FacetResultsHandler Package Description org.apache.lucene.facet.search Faceted Search APIorg.apache.lucene.facet.search.params Parameters for Faceted Search -
-
Uses of FacetResultsHandler in org.apache.lucene.facet.search
Subclasses of FacetResultsHandler in org.apache.lucene.facet.search Modifier and Type Class Description class
TopKFacetResultsHandler
Generate Top-K results for a particular FacetRequest.class
TopKInEachNodeHandler
GeneratesFacetResult
from the count arrays aggregated for a particularFacetRequest
. -
Uses of FacetResultsHandler in org.apache.lucene.facet.search.params
Methods in org.apache.lucene.facet.search.params that return FacetResultsHandler Modifier and Type Method Description FacetResultsHandler
FacetRequest. createFacetResultsHandler(TaxonomyReader taxonomyReader)
Creates a newFacetResultsHandler
that matches the request logic and current settings, such asdepth
,limits-mode
, etc, as well as the passed inTaxonomyReader
.
-