Uses of Package
org.apache.lucene.facet.search.aggregator

Packages that use org.apache.lucene.facet.search.aggregator
org.apache.lucene.facet.search Faceted Search API 
org.apache.lucene.facet.search.aggregator Aggregating Facets during Faceted Search 
org.apache.lucene.facet.search.aggregator.association Association-based aggregators. 
org.apache.lucene.facet.search.params Parameters for Faceted Search 
org.apache.lucene.facet.search.params.association Association-based Parameters for Faceted Search. 
 

Classes in org.apache.lucene.facet.search.aggregator used by org.apache.lucene.facet.search
Aggregator
          An Aggregator is the analogue of Lucene's Collector (see Collector), for processing the categories belonging to a certain document.
 

Classes in org.apache.lucene.facet.search.aggregator used by org.apache.lucene.facet.search.aggregator
Aggregator
          An Aggregator is the analogue of Lucene's Collector (see Collector), for processing the categories belonging to a certain document.
CountingAggregator
          A CountingAggregator updates a counter array with the size of the whole taxonomy, counting the number of times each category appears in the given set of documents.
 

Classes in org.apache.lucene.facet.search.aggregator used by org.apache.lucene.facet.search.aggregator.association
Aggregator
          An Aggregator is the analogue of Lucene's Collector (see Collector), for processing the categories belonging to a certain document.
 

Classes in org.apache.lucene.facet.search.aggregator used by org.apache.lucene.facet.search.params
Aggregator
          An Aggregator is the analogue of Lucene's Collector (see Collector), for processing the categories belonging to a certain document.
 

Classes in org.apache.lucene.facet.search.aggregator used by org.apache.lucene.facet.search.params.association
Aggregator
          An Aggregator is the analogue of Lucene's Collector (see Collector), for processing the categories belonging to a certain document.