| Package | Description |
|---|---|
| org.apache.lucene.facet.enhancements |
Enhanced category features
Mechanisms for addition of enhanced category features.
|
| org.apache.lucene.facet.enhancements.association |
Association category enhancements
A
CategoryEnhancement
for adding associations data to the index (categories with
AssociationProperty's). |
| org.apache.lucene.facet.index |
Indexing of document categories
Attachment of
CategoryPath's
or CategoryAttribute's
to a given document using a
Taxonomy. |
| org.apache.lucene.facet.index.streaming |
Expert: attributes streaming definition for indexing facets
Steaming of facets attributes is a low level indexing interface with Lucene indexing.
|
| Modifier and Type | Method and Description |
|---|---|
protected CategoryListTokenizer |
EnhancementsDocumentBuilder.getCategoryListTokenizer(org.apache.lucene.analysis.TokenStream categoryStream) |
CategoryListTokenizer |
CategoryEnhancement.getCategoryListTokenizer(org.apache.lucene.analysis.TokenStream tokenizer,
EnhancementsIndexingParams indexingParams,
TaxonomyWriter taxonomyWriter)
Get the
CategoryListTokenizer which generates the category list for
this enhancement. |
| Modifier and Type | Class and Description |
|---|---|
class |
AssociationListTokenizer
Tokenizer for associations of a category
|
| Modifier and Type | Method and Description |
|---|---|
CategoryListTokenizer |
AssociationEnhancement.getCategoryListTokenizer(org.apache.lucene.analysis.TokenStream tokenizer,
EnhancementsIndexingParams indexingParams,
TaxonomyWriter taxonomyWriter) |
| Modifier and Type | Method and Description |
|---|---|
protected CategoryListTokenizer |
CategoryDocumentBuilder.getCategoryListTokenizer(org.apache.lucene.analysis.TokenStream categoryStream)
Get a category list tokenizer (or a series of such tokenizers) to create
the category list tokens.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CountingListTokenizer
CategoryListTokenizer for facet counting |