Uses of Interface
org.apache.lucene.facet.index.categorypolicy.PathPolicy

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

Uses of PathPolicy in org.apache.lucene.facet.index.categorypolicy
 

Classes in org.apache.lucene.facet.index.categorypolicy that implement PathPolicy
 class DefaultPathPolicy
          This class filters our the ROOT category path.
 class NonTopLevelPathPolicy
          This class filters our the ROOT category, and it's direct descendants.
 

Uses of PathPolicy in org.apache.lucene.facet.index.params
 

Methods in org.apache.lucene.facet.index.params that return PathPolicy
protected  PathPolicy DefaultFacetIndexingParams.fixedPathPolicy()
          "fixed" path policy.
 PathPolicy FacetIndexingParams.getPathPolicy()
          Get the policy for indexing category paths, used for deciding how "high" to climb in taxonomy from a category when ingesting its category paths.
 PathPolicy DefaultFacetIndexingParams.getPathPolicy()
           
 



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