Uses of Class
org.apache.lucene.facet.search.FacetResultsHandler

Packages that use FacetResultsHandler
org.apache.lucene.facet.search Faceted Search API 
org.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
 class TopKFacetResultsHandler
          Generate Top-K results for a particular FacetRequest.
 class TopKInEachNodeHandler
          Generates FacetResult from the count arrays aggregated for a particular FacetRequest.
 

Uses of FacetResultsHandler in org.apache.lucene.facet.search.params
 

Methods in org.apache.lucene.facet.search.params that return FacetResultsHandler
 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-2011 Apache Software Foundation. All Rights Reserved.