Package | Description |
---|---|
org.apache.lucene.facet.enhancements |
Enhanced category features
|
org.apache.lucene.facet.enhancements.association |
Association category enhancements
|
org.apache.lucene.facet.index |
Indexing of document categories
|
org.apache.lucene.facet.index.streaming |
Expert: attributes streaming definition for indexing facets
|
Modifier and Type | Method | Description |
---|---|---|
CategoryListTokenizer |
CategoryEnhancement.getCategoryListTokenizer(TokenStream tokenizer,
EnhancementsIndexingParams indexingParams,
TaxonomyWriter taxonomyWriter) |
Get the
CategoryListTokenizer which generates the category list for
this enhancement. |
protected CategoryListTokenizer |
EnhancementsDocumentBuilder.getCategoryListTokenizer(TokenStream categoryStream) |
Modifier and Type | Class | Description |
---|---|---|
class |
AssociationListTokenizer |
Tokenizer for associations of a category
|
Modifier and Type | Method | Description |
---|---|---|
CategoryListTokenizer |
AssociationEnhancement.getCategoryListTokenizer(TokenStream tokenizer,
EnhancementsIndexingParams indexingParams,
TaxonomyWriter taxonomyWriter) |
Modifier and Type | Method | Description |
---|---|---|
protected CategoryListTokenizer |
CategoryDocumentBuilder.getCategoryListTokenizer(TokenStream categoryStream) |
Get a category list tokenizer (or a series of such tokenizers) to create
the category list tokens.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CountingListTokenizer |
CategoryListTokenizer for facet counting |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.