Uses of Class
org.apache.lucene.facet.search.cache.CategoryListCache

Packages that use CategoryListCache
org.apache.lucene.facet.search Faceted Search API 
org.apache.lucene.facet.search.params Parameters for Faceted Search 
 

Uses of CategoryListCache in org.apache.lucene.facet.search
 

Methods in org.apache.lucene.facet.search with parameters of type CategoryListCache
 TotalFacetCounts TotalFacetCountsCache.getTotalCounts(IndexReader indexReader, TaxonomyReader taxonomy, FacetIndexingParams facetIndexingParams, CategoryListCache clCache)
          Get the total facet counts for a reader/taxonomy pair and facet indexing parameters.
 void TotalFacetCountsCache.store(File outputFile, IndexReader indexReader, TaxonomyReader taxonomy, FacetIndexingParams facetIndexingParams, CategoryListCache clCache)
          Store the TotalFacetCounts matching input parameters into the provided outputFile, making them available for a later call to TotalFacetCountsCache.load(File, IndexReader, TaxonomyReader, FacetIndexingParams).
 

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

Methods in org.apache.lucene.facet.search.params that return CategoryListCache
 CategoryListCache FacetSearchParams.getClCache()
           
 

Methods in org.apache.lucene.facet.search.params with parameters of type CategoryListCache
 void FacetSearchParams.setClCache(CategoryListCache clCache)
          Set Cached Category Lists data to be used in Faceted search.
 



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