Uses of Class
org.apache.lucene.facet.search.cache.CategoryListData

Packages that use CategoryListData
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
 CategoryListData CategoryListCache.get(CategoryListParams clp)
          Fetch the cached CategoryListData for a given CategoryListParams.
 

Methods in org.apache.lucene.facet.search.cache with parameters of type CategoryListData
 void CategoryListCache.register(CategoryListParams clp, CategoryListData clData)
          Register a pre-computed CategoryListData.
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.