Uses of Interface
org.apache.lucene.facet.enhancements.params.EnhancementsIndexingParams
-
Packages that use EnhancementsIndexingParams 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 EnhancementsIndexingParams in org.apache.lucene.facet.enhancements
Methods in org.apache.lucene.facet.enhancements with parameters of type EnhancementsIndexingParams Modifier and Type Method Description CategoryListTokenizer
CategoryEnhancement. getCategoryListTokenizer(org.apache.lucene.analysis.TokenStream tokenizer, EnhancementsIndexingParams indexingParams, TaxonomyWriter taxonomyWriter)
Get theCategoryListTokenizer
which generates the category list for this enhancement.Constructors in org.apache.lucene.facet.enhancements with parameters of type EnhancementsIndexingParams Constructor Description EnhancementsCategoryTokenizer(org.apache.lucene.analysis.TokenStream input, EnhancementsIndexingParams indexingParams)
Constructor.EnhancementsDocumentBuilder(TaxonomyWriter taxonomyWriter, EnhancementsIndexingParams params)
-
Uses of EnhancementsIndexingParams in org.apache.lucene.facet.enhancements.association
Methods in org.apache.lucene.facet.enhancements.association with parameters of type EnhancementsIndexingParams Modifier and Type Method Description CategoryListTokenizer
AssociationEnhancement. getCategoryListTokenizer(org.apache.lucene.analysis.TokenStream tokenizer, EnhancementsIndexingParams indexingParams, TaxonomyWriter taxonomyWriter)
Constructors in org.apache.lucene.facet.enhancements.association with parameters of type EnhancementsIndexingParams Constructor Description AssociationListTokenizer(org.apache.lucene.analysis.TokenStream input, EnhancementsIndexingParams indexingParams, CategoryEnhancement enhancement)
-
Uses of EnhancementsIndexingParams in org.apache.lucene.facet.enhancements.params
Classes in org.apache.lucene.facet.enhancements.params that implement EnhancementsIndexingParams Modifier and Type Class Description class
DefaultEnhancementsIndexingParams
Default implementation ofEnhancementsIndexingParams
-