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