| 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 | Field and Description |
|---|---|
protected List<CategoryEnhancement> |
EnhancementsCategoryTokenizer.enhancements
The category enhancements to handle
|
| Modifier and Type | Method and Description |
|---|---|
Object |
EnhancementsPayloadIterator.getCategoryData(CategoryEnhancement enhancedCategory)
Get the data of the current category and document for a certain
enhancement, or
null if no such enhancement exists. |
| Constructor and Description |
|---|
EnhancementsPayloadIterator(List<CategoryEnhancement> enhancementsList,
org.apache.lucene.index.IndexReader indexReader,
org.apache.lucene.index.Term term)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AssociationEnhancement
A
CategoryEnhancement for adding associations data to the index
(categories with AssociationPropertys). |
| Constructor and Description |
|---|
AssociationListTokenizer(org.apache.lucene.analysis.TokenStream input,
EnhancementsIndexingParams indexingParams,
CategoryEnhancement enhancement) |
| Modifier and Type | Method and Description |
|---|---|
List<CategoryEnhancement> |
DefaultEnhancementsIndexingParams.getCategoryEnhancements() |
List<CategoryEnhancement> |
EnhancementsIndexingParams.getCategoryEnhancements()
Get a list of the active category enhancements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultEnhancementsIndexingParams.addCategoryEnhancements(CategoryEnhancement... enhancements) |
void |
EnhancementsIndexingParams.addCategoryEnhancements(CategoryEnhancement... enhancements)
Add
CategoryEnhancements to the indexing parameters |
| Constructor and Description |
|---|
DefaultEnhancementsIndexingParams(CategoryEnhancement... enhancements)
Construct with a certain
enhancement |
DefaultEnhancementsIndexingParams(CategoryListParams categoryListParams,
CategoryEnhancement... enhancements)
Construct with certain
enhancements
and CategoryListParams |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.