| Package | Description |
|---|---|
| org.apache.lucene.facet.enhancements |
Enhanced category features
|
| org.apache.lucene.facet.enhancements.association |
Association category enhancements
|
| org.apache.lucene.facet.enhancements.params |
Enhanced category features
|
| Modifier and Type | Method and Description |
|---|---|
CategoryListTokenizer |
CategoryEnhancement.getCategoryListTokenizer(TokenStream tokenizer,
EnhancementsIndexingParams indexingParams,
TaxonomyWriter taxonomyWriter)
Get the
CategoryListTokenizer which generates the category list for
this enhancement. |
| Constructor and Description |
|---|
EnhancementsCategoryTokenizer(TokenStream input,
EnhancementsIndexingParams indexingParams)
Constructor.
|
EnhancementsDocumentBuilder(TaxonomyWriter taxonomyWriter,
EnhancementsIndexingParams params) |
| Modifier and Type | Method and Description |
|---|---|
CategoryListTokenizer |
AssociationEnhancement.getCategoryListTokenizer(TokenStream tokenizer,
EnhancementsIndexingParams indexingParams,
TaxonomyWriter taxonomyWriter) |
| Constructor and Description |
|---|
AssociationListTokenizer(TokenStream input,
EnhancementsIndexingParams indexingParams,
CategoryEnhancement enhancement) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEnhancementsIndexingParams
Default implementation of
EnhancementsIndexingParams |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.