|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.facet.search.cache.CategoryListCache
public class CategoryListCache
Cache for CategoryListData, per CategoryListParams.
| Constructor Summary | |
|---|---|
CategoryListCache()
|
|
| Method Summary | |
|---|---|
CategoryListData |
get(CategoryListParams clp)
Fetch the cached CategoryListData for a given CategoryListParams. |
void |
loadAndRegister(CategoryListParams clp,
IndexReader reader,
TaxonomyReader taxo,
FacetIndexingParams iparams)
Load and register CategoryListData. |
void |
register(CategoryListParams clp,
CategoryListData clData)
Register a pre-computed CategoryListData. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CategoryListCache()
| Method Detail |
|---|
public CategoryListData get(CategoryListParams clp)
CategoryListData for a given CategoryListParams.
public void register(CategoryListParams clp,
CategoryListData clData)
CategoryListData.
public void loadAndRegister(CategoryListParams clp,
IndexReader reader,
TaxonomyReader taxo,
FacetIndexingParams iparams)
throws IOException
CategoryListData.
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||