Uses of Class
org.apache.lucene.facet.search.cache.CategoryListData
-
Packages that use CategoryListData Package Description org.apache.lucene.facet.search.cache Caching to speed up facets accumulation. -
-
Uses of CategoryListData in org.apache.lucene.facet.search.cache
Methods in org.apache.lucene.facet.search.cache that return CategoryListData Modifier and Type Method Description CategoryListData
CategoryListCache. get(CategoryListParams clp)
Fetch the cachedCategoryListData
for a givenCategoryListParams
.Methods in org.apache.lucene.facet.search.cache with parameters of type CategoryListData Modifier and Type Method Description void
CategoryListCache. register(CategoryListParams clp, CategoryListData clData)
Register a pre-computedCategoryListData
.
-