Uses of Interface
org.apache.lucene.facet.enhancements.CategoryEnhancement
-
Packages that use CategoryEnhancement Package Description org.apache.lucene.facet.enhancements Enhanced category featuresorg.apache.lucene.facet.enhancements.association Association category enhancementsorg.apache.lucene.facet.enhancements.params Enhanced category features -
-
Uses of CategoryEnhancement in org.apache.lucene.facet.enhancements
Fields in org.apache.lucene.facet.enhancements with type parameters of type CategoryEnhancement Modifier and Type Field Description protected List<CategoryEnhancement>
EnhancementsCategoryTokenizer. enhancements
The category enhancements to handleMethods in org.apache.lucene.facet.enhancements with parameters of type CategoryEnhancement Modifier and Type Method Description Object
EnhancementsPayloadIterator. getCategoryData(CategoryEnhancement enhancedCategory)
Get the data of the current category and document for a certain enhancement, ornull
if no such enhancement exists.Constructor parameters in org.apache.lucene.facet.enhancements with type arguments of type CategoryEnhancement Constructor Description EnhancementsPayloadIterator(List<CategoryEnhancement> enhancementsList, IndexReader indexReader, Term term)
Constructor. -
Uses of CategoryEnhancement in org.apache.lucene.facet.enhancements.association
Classes in org.apache.lucene.facet.enhancements.association that implement CategoryEnhancement Modifier and Type Class Description class
AssociationEnhancement
ACategoryEnhancement
for adding associations data to the index (categories withAssociationProperty
s).Constructors in org.apache.lucene.facet.enhancements.association with parameters of type CategoryEnhancement Constructor Description AssociationListTokenizer(TokenStream input, EnhancementsIndexingParams indexingParams, CategoryEnhancement enhancement)
-
Uses of CategoryEnhancement in org.apache.lucene.facet.enhancements.params
Methods in org.apache.lucene.facet.enhancements.params that return types with arguments of type CategoryEnhancement Modifier and Type Method Description List<CategoryEnhancement>
DefaultEnhancementsIndexingParams. getCategoryEnhancements()
List<CategoryEnhancement>
EnhancementsIndexingParams. getCategoryEnhancements()
Get a list of the active category enhancements.Methods in org.apache.lucene.facet.enhancements.params with parameters of type CategoryEnhancement Modifier and Type Method Description void
DefaultEnhancementsIndexingParams. addCategoryEnhancements(CategoryEnhancement... enhancements)
void
EnhancementsIndexingParams. addCategoryEnhancements(CategoryEnhancement... enhancements)
AddCategoryEnhancement
s to the indexing parametersConstructors in org.apache.lucene.facet.enhancements.params with parameters of type CategoryEnhancement Constructor Description DefaultEnhancementsIndexingParams(CategoryEnhancement... enhancements)
Construct with a certainenhancement
DefaultEnhancementsIndexingParams(CategoryListParams categoryListParams, CategoryEnhancement... enhancements)
Construct with certainenhancements
andCategoryListParams
-