| Package | Description |
|---|---|
| org.apache.lucene.facet.search.cache |
Caching to speed up facets accumulation.
|
| Modifier and Type | Method and Description |
|---|---|
CategoryListData |
CategoryListCache.get(CategoryListParams clp)
Fetch the cached
CategoryListData for a given CategoryListParams. |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryListCache.register(CategoryListParams clp,
CategoryListData clData)
Register a pre-computed
CategoryListData. |