Uses of Class
org.apache.lucene.facet.search.cache.CategoryListCache
-
Packages that use CategoryListCache Package Description org.apache.lucene.facet.search Faceted Search APIorg.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 Modifier and Type Method Description 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 theTotalFacetCounts
matching input parameters into the provided outputFile, making them available for a later call toTotalFacetCountsCache.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 Modifier and Type Method Description CategoryListCache
FacetSearchParams. getClCache()
Methods in org.apache.lucene.facet.search.params with parameters of type CategoryListCache Modifier and Type Method Description void
FacetSearchParams. setClCache(CategoryListCache clCache)
Set Cached Category Lists data to be used in Faceted search.
-