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 TotalFacetCountsTotalFacetCountsCache. getTotalCounts(IndexReader indexReader, TaxonomyReader taxonomy, FacetIndexingParams facetIndexingParams, CategoryListCache clCache)Get the total facet counts for a reader/taxonomy pair and facet indexing parameters.voidTotalFacetCountsCache. store(File outputFile, IndexReader indexReader, TaxonomyReader taxonomy, FacetIndexingParams facetIndexingParams, CategoryListCache clCache)Store theTotalFacetCountsmatching 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 CategoryListCacheFacetSearchParams. getClCache()Methods in org.apache.lucene.facet.search.params with parameters of type CategoryListCache Modifier and Type Method Description voidFacetSearchParams. setClCache(CategoryListCache clCache)Set Cached Category Lists data to be used in Faceted search.
-