Uses of Class
org.apache.lucene.facet.index.streaming.CategoryListTokenizer
-
Packages that use CategoryListTokenizer Package Description org.apache.lucene.facet.enhancements Enhanced category featuresorg.apache.lucene.facet.enhancements.association Association category enhancementsorg.apache.lucene.facet.index Indexing of document categoriesorg.apache.lucene.facet.index.streaming Expert: attributes streaming definition for indexing facets -
-
Uses of CategoryListTokenizer in org.apache.lucene.facet.enhancements
Methods in org.apache.lucene.facet.enhancements that return CategoryListTokenizer Modifier and Type Method Description CategoryListTokenizerCategoryEnhancement. getCategoryListTokenizer(TokenStream tokenizer, EnhancementsIndexingParams indexingParams, TaxonomyWriter taxonomyWriter)Get theCategoryListTokenizerwhich generates the category list for this enhancement.protected CategoryListTokenizerEnhancementsDocumentBuilder. getCategoryListTokenizer(TokenStream categoryStream) -
Uses of CategoryListTokenizer in org.apache.lucene.facet.enhancements.association
Subclasses of CategoryListTokenizer in org.apache.lucene.facet.enhancements.association Modifier and Type Class Description classAssociationListTokenizerTokenizer for associations of a categoryMethods in org.apache.lucene.facet.enhancements.association that return CategoryListTokenizer Modifier and Type Method Description CategoryListTokenizerAssociationEnhancement. getCategoryListTokenizer(TokenStream tokenizer, EnhancementsIndexingParams indexingParams, TaxonomyWriter taxonomyWriter) -
Uses of CategoryListTokenizer in org.apache.lucene.facet.index
Methods in org.apache.lucene.facet.index that return CategoryListTokenizer Modifier and Type Method Description protected CategoryListTokenizerCategoryDocumentBuilder. getCategoryListTokenizer(TokenStream categoryStream)Get a category list tokenizer (or a series of such tokenizers) to create the category list tokens. -
Uses of CategoryListTokenizer in org.apache.lucene.facet.index.streaming
Subclasses of CategoryListTokenizer in org.apache.lucene.facet.index.streaming Modifier and Type Class Description classCountingListTokenizerCategoryListTokenizerfor facet counting
-