|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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.getCategoryListCache()
Returns the CategoryListCache . |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |