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

Packages that use DrillDownStream
org.apache.lucene.facet.associations Allows associating arbitrary values with a category. 
org.apache.lucene.facet.index Facets indexing code. 
 

Uses of DrillDownStream in org.apache.lucene.facet.associations
 

Subclasses of DrillDownStream in org.apache.lucene.facet.associations
 class AssociationsDrillDownStream
          A DrillDownStream which adds to each drill-down token a payload according to the CategoryAssociation defined in the CategoryAssociationsContainer.
 

Methods in org.apache.lucene.facet.associations that return DrillDownStream
protected  DrillDownStream AssociationsFacetFields.getDrillDownStream(Iterable<CategoryPath> categories)
           
 

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

Methods in org.apache.lucene.facet.index that return DrillDownStream
protected  DrillDownStream FacetFields.getDrillDownStream(Iterable<CategoryPath> categories)
          Returns a DrillDownStream for writing the categories drill-down terms.
 



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