Uses of Package
org.apache.lucene.facet.index.categorypolicy

Packages that use org.apache.lucene.facet.index.categorypolicy
org.apache.lucene.facet.index.categorypolicy Policies for indexing categories 
org.apache.lucene.facet.index.params Indexing-time specifications for handling facets 
 

Classes in org.apache.lucene.facet.index.categorypolicy used by org.apache.lucene.facet.index.categorypolicy
OrdinalPolicy
          Filtering category ordinals in CategoryParentsStream, where a given category ordinal is added to the stream, and than its parents are being added one after the other using TaxonomyWriter.getParent(int).
PathPolicy
          Filtering category paths in CategoryParentsStream, where a given category is added to the stream, and than all its parents are being added one after the other by successively removing the last component.
 

Classes in org.apache.lucene.facet.index.categorypolicy used by org.apache.lucene.facet.index.params
OrdinalPolicy
          Filtering category ordinals in CategoryParentsStream, where a given category ordinal is added to the stream, and than its parents are being added one after the other using TaxonomyWriter.getParent(int).
PathPolicy
          Filtering category paths in CategoryParentsStream, where a given category is added to the stream, and than all its parents are being added one after the other by successively removing the last component.
 



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