Uses of Class
org.apache.lucene.facet.index.streaming.CategoryAttributesStream

Packages that use CategoryAttributesStream
org.apache.lucene.facet.enhancements Enhanced category features 
org.apache.lucene.facet.index Indexing of document categories 
org.apache.lucene.facet.index.streaming Expert: attributes streaming definition for indexing facets 
 

Uses of CategoryAttributesStream in org.apache.lucene.facet.enhancements
 

Methods in org.apache.lucene.facet.enhancements with parameters of type CategoryAttributesStream
protected  TokenStream EnhancementsDocumentBuilder.getParentsStream(CategoryAttributesStream categoryAttributesStream)
           
 

Uses of CategoryAttributesStream in org.apache.lucene.facet.index
 

Methods in org.apache.lucene.facet.index with parameters of type CategoryAttributesStream
protected  TokenStream CategoryDocumentBuilder.getParentsStream(CategoryAttributesStream categoryAttributesStream)
          Get a stream of categories which includes the parents, according to policies defined in indexing parameters.
 

Uses of CategoryAttributesStream in org.apache.lucene.facet.index.streaming
 

Constructors in org.apache.lucene.facet.index.streaming with parameters of type CategoryAttributesStream
CategoryParentsStream(CategoryAttributesStream input, TaxonomyWriter taxonomyWriter, FacetIndexingParams indexingParams)
          Constructor.
 



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