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.associations Association-based aggregators. 
org.apache.lucene.facet.search.params Parameters for Faceted Search 
org.apache.lucene.facet.search.params.associations Association-based Parameters for Faceted Search. 
 

Classes in org.apache.lucene.facet.search.aggregator used by org.apache.lucene.facet.search
Aggregator
          Aggregates the categories of documents given to Aggregator.aggregate(int, float, IntsRef).
 

Classes in org.apache.lucene.facet.search.aggregator used by org.apache.lucene.facet.search.aggregator
Aggregator
          Aggregates the categories of documents given to Aggregator.aggregate(int, float, IntsRef).
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.associations
Aggregator
          Aggregates the categories of documents given to Aggregator.aggregate(int, float, IntsRef).
 

Classes in org.apache.lucene.facet.search.aggregator used by org.apache.lucene.facet.search.params
Aggregator
          Aggregates the categories of documents given to Aggregator.aggregate(int, float, IntsRef).
 

Classes in org.apache.lucene.facet.search.aggregator used by org.apache.lucene.facet.search.params.associations
Aggregator
          Aggregates the categories of documents given to Aggregator.aggregate(int, float, IntsRef).
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.