Uses of Class
org.apache.lucene.facet.index.CategoryListPayloadStream
-
Packages that use CategoryListPayloadStream Package Description org.apache.lucene.facet.enhancements.association Association category enhancementsorg.apache.lucene.facet.index.streaming Expert: attributes streaming definition for indexing facets -
-
Uses of CategoryListPayloadStream in org.apache.lucene.facet.enhancements.association
Fields in org.apache.lucene.facet.enhancements.association declared as CategoryListPayloadStream Modifier and Type Field Description protected CategoryListPayloadStreamAssociationListTokenizer. payloadStream -
Uses of CategoryListPayloadStream in org.apache.lucene.facet.index.streaming
Fields in org.apache.lucene.facet.index.streaming with type parameters of type CategoryListPayloadStream Modifier and Type Field Description protected Iterator<Map.Entry<String,CategoryListPayloadStream>>CountingListTokenizer. payloadStreamIteratorAn iterator over the payload streamsprotected HashMap<String,CategoryListPayloadStream>CountingListTokenizer. payloadStreamsByNameA table for retrieving payload streams by category-list name.Methods in org.apache.lucene.facet.index.streaming that return CategoryListPayloadStream Modifier and Type Method Description protected CategoryListPayloadStreamCountingListTokenizer. getPayloadStream(CategoryPath categoryPath, int ordinal)
-