Uses of Interface
org.apache.lucene.facet.index.categorypolicy.PathPolicy
-
Packages that use PathPolicy Package Description org.apache.lucene.facet.index.categorypolicy Policies for indexing categoriesorg.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 Modifier and Type Class Description classDefaultPathPolicyThis class filters our the ROOT category path.classNonTopLevelPathPolicyThis 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 Modifier and Type Method Description protected PathPolicyDefaultFacetIndexingParams. fixedPathPolicy()"fixed" path policy.PathPolicyDefaultFacetIndexingParams. getPathPolicy()PathPolicyFacetIndexingParams. 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.
-