Uses of Class
org.apache.lucene.facet.index.CategoryListPayloadStream

Packages that use CategoryListPayloadStream
org.apache.lucene.facet.enhancements.association Association category enhancements 
org.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
protected  CategoryListPayloadStream AssociationListTokenizer.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
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.
 

Methods in org.apache.lucene.facet.index.streaming that return CategoryListPayloadStream
protected  CategoryListPayloadStream CountingListTokenizer.getPayloadStream(CategoryPath categoryPath, int ordinal)
           
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.