Uses of Package
org.apache.lucene.facet.index.categorypolicy
-
Packages that use org.apache.lucene.facet.index.categorypolicy Package Description org.apache.lucene.facet.index.categorypolicy Policies for indexing categoriesorg.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 Class Description OrdinalPolicy Filtering category ordinals inCategoryParentsStream
, where a given category ordinal is added to the stream, and than its parents are being added one after the other usingTaxonomyWriter.getParent(int)
.PathPolicy Filtering category paths inCategoryParentsStream
, 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 Class Description OrdinalPolicy Filtering category ordinals inCategoryParentsStream
, where a given category ordinal is added to the stream, and than its parents are being added one after the other usingTaxonomyWriter.getParent(int)
.PathPolicy Filtering category paths inCategoryParentsStream
, 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.