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 NonTopLevelPathPolicy
          This class filters our the ROOT category, and it's direct descendants.
 

Fields in org.apache.lucene.facet.index.categorypolicy declared as PathPolicy
static PathPolicy PathPolicy.ALL_CATEGORIES
          A PathPolicy which adds all CategoryPath that have at least one component (i.e.
 

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

Methods in org.apache.lucene.facet.index.params that return PathPolicy
 PathPolicy FacetIndexingParams.getPathPolicy()
          Returns the PathPolicy that is used during indexing.
 



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