Uses of Class
org.apache.lucene.facet.complements.TotalFacetCounts

Packages that use TotalFacetCounts
org.apache.lucene.facet.complements Allows to cache the total counts of categories, so that during search which returns a large number of results (>60% of segment size), the complement set of matching documents is counted. 
 

Uses of TotalFacetCounts in org.apache.lucene.facet.complements
 

Methods in org.apache.lucene.facet.complements that return TotalFacetCounts
 TotalFacetCounts TotalFacetCountsCache.getTotalCounts(IndexReader indexReader, TaxonomyReader taxonomy, FacetIndexingParams facetIndexingParams)
          Get the total facet counts for a reader/taxonomy pair and facet indexing parameters.
 



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