Uses of Package
org.apache.lucene.facet.index
-
Packages that use org.apache.lucene.facet.index Package Description org.apache.lucene.facet.enhancements Enhanced category featuresorg.apache.lucene.facet.enhancements.association Association category enhancementsorg.apache.lucene.facet.index Indexing of document categoriesorg.apache.lucene.facet.index.streaming Expert: attributes streaming definition for indexing facets -
Classes in org.apache.lucene.facet.index used by org.apache.lucene.facet.enhancements Class Description CategoryDocumentBuilder A utility class which allows attachment ofCategoryPath
s orCategoryAttribute
s to a given document using a taxonomy.
Construction could be done with either a givenFacetIndexingParams
or the default implementationDefaultFacetIndexingParams
.
A CategoryDocumentBuilder can be reused by repeatedly setting the categories and building the document. -
Classes in org.apache.lucene.facet.index used by org.apache.lucene.facet.enhancements.association Class Description CategoryListPayloadStream Accumulates category IDs for a single document, for writing in byte array form, for example, to a Lucene Payload. -
Classes in org.apache.lucene.facet.index used by org.apache.lucene.facet.index Class Description CategoryContainer A container to add categories which are to be introduced toCategoryDocumentBuilder.setCategories(Iterable)
.CategoryDocumentBuilder A utility class which allows attachment ofCategoryPath
s orCategoryAttribute
s to a given document using a taxonomy.
Construction could be done with either a givenFacetIndexingParams
or the default implementationDefaultFacetIndexingParams
.
A CategoryDocumentBuilder can be reused by repeatedly setting the categories and building the document. -
Classes in org.apache.lucene.facet.index used by org.apache.lucene.facet.index.streaming Class Description CategoryListPayloadStream Accumulates category IDs for a single document, for writing in byte array form, for example, to a Lucene Payload.