Package | Description |
---|---|
org.apache.lucene.facet.enhancements.association |
Association category enhancements
A
CategoryEnhancement
for adding associations data to the index (categories with
AssociationProperty 's). |
org.apache.lucene.facet.index.streaming |
Expert: attributes streaming definition for indexing facets
Steaming of facets attributes is a low level indexing interface with Lucene indexing.
|
Modifier and Type | Field and Description |
---|---|
protected CategoryListPayloadStream |
AssociationListTokenizer.payloadStream |
Modifier and Type | Field and Description |
---|---|
protected Iterator<Map.Entry<String,CategoryListPayloadStream>> |
CountingListTokenizer.payloadStreamIterator
An iterator over the payload streams
|
protected HashMap<String,CategoryListPayloadStream> |
CountingListTokenizer.payloadStreamsByName
A table for retrieving payload streams by category-list name.
|
Modifier and Type | Method and Description |
---|---|
protected CategoryListPayloadStream |
CountingListTokenizer.getPayloadStream(CategoryPath categoryPath,
int ordinal) |