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 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 Modifier and Type Method Description protected PathPolicy
DefaultFacetIndexingParams. fixedPathPolicy()
"fixed" path policy.PathPolicy
DefaultFacetIndexingParams. getPathPolicy()
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.
-