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 CategoryListTokenizerCategoryEnhancement. getCategoryListTokenizer(TokenStream tokenizer, EnhancementsIndexingParams indexingParams, TaxonomyWriter taxonomyWriter)Get theCategoryListTokenizerwhich generates the category list for this enhancement.Constructors in org.apache.lucene.facet.enhancements with parameters of type EnhancementsIndexingParams Constructor Description EnhancementsCategoryTokenizer(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 CategoryListTokenizerAssociationEnhancement. getCategoryListTokenizer(TokenStream tokenizer, EnhancementsIndexingParams indexingParams, TaxonomyWriter taxonomyWriter)Constructors in org.apache.lucene.facet.enhancements.association with parameters of type EnhancementsIndexingParams Constructor Description AssociationListTokenizer(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 classDefaultEnhancementsIndexingParamsDefault implementation ofEnhancementsIndexingParams
-