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

Packages that use TotalFacetCountsCache
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 TotalFacetCountsCache in org.apache.lucene.facet.complements
 

Methods in org.apache.lucene.facet.complements that return TotalFacetCountsCache
static TotalFacetCountsCache TotalFacetCountsCache.getSingleton()
          Get the single instance of this cache
 



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