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 CategoryListDataCategoryListCache. get(CategoryListParams clp)Fetch the cachedCategoryListDatafor a givenCategoryListParams.Methods in org.apache.lucene.facet.search.cache with parameters of type CategoryListData Modifier and Type Method Description voidCategoryListCache. register(CategoryListParams clp, CategoryListData clData)Register a pre-computedCategoryListData.
-