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 classTopKFacetResultsHandlerGenerate Top-K results for a particular FacetRequest.classTopKInEachNodeHandlerGeneratesFacetResultfrom 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 FacetResultsHandlerFacetRequest. createFacetResultsHandler(TaxonomyReader taxonomyReader)Creates a newFacetResultsHandlerthat matches the request logic and current settings, such asdepth,limits-mode, etc, as well as the passed inTaxonomyReader.
-