|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.facet.search.cache.CategoryListData
public class CategoryListData
Category list data maintained in RAM.
Speeds up facets accumulation when more RAM is available.
Note that this will consume more memory: one int (4 bytes) for each category of each document.
Note: at the moment this class is insensitive to updates of the index, and, in particular, does not make use of Lucene's ability to refresh a single segment.
See CategoryListCache.register(CategoryListParams, CategoryListData)
and
CategoryListCache.loadAndRegister(CategoryListParams, IndexReader, TaxonomyReader, FacetIndexingParams).
| Constructor Summary | |
|---|---|
protected |
CategoryListData()
Empty constructor for extensions with modified computation of the data. |
| Method Summary | |
|---|---|
CategoryListIterator |
iterator(int partition)
Iterate on the category list data for the specified partition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CategoryListData()
| Method Detail |
|---|
public CategoryListIterator iterator(int partition)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||