Uses of Interface
org.apache.lucene.facet.taxonomy.TaxonomyWriter
-
Packages that use TaxonomyWriter Package Description org.apache.lucene.benchmark.byTask Benchmarking Lucene By Tasks.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.categorypolicy Policies for indexing categoriesorg.apache.lucene.facet.index.streaming Expert: attributes streaming definition for indexing facetsorg.apache.lucene.facet.taxonomy.directory Taxonomy implemented using a Lucene-Index -
-
Uses of TaxonomyWriter in org.apache.lucene.benchmark.byTask
Methods in org.apache.lucene.benchmark.byTask that return TaxonomyWriter Modifier and Type Method Description TaxonomyWriterPerfRunData. getTaxonomyWriter()Methods in org.apache.lucene.benchmark.byTask with parameters of type TaxonomyWriter Modifier and Type Method Description voidPerfRunData. setTaxonomyWriter(TaxonomyWriter taxoWriter) -
Uses of TaxonomyWriter in org.apache.lucene.facet.enhancements
Methods in org.apache.lucene.facet.enhancements with parameters of type TaxonomyWriter 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 TaxonomyWriter Constructor Description EnhancementsDocumentBuilder(TaxonomyWriter taxonomyWriter, EnhancementsIndexingParams params) -
Uses of TaxonomyWriter in org.apache.lucene.facet.enhancements.association
Methods in org.apache.lucene.facet.enhancements.association with parameters of type TaxonomyWriter Modifier and Type Method Description CategoryListTokenizerAssociationEnhancement. getCategoryListTokenizer(TokenStream tokenizer, EnhancementsIndexingParams indexingParams, TaxonomyWriter taxonomyWriter) -
Uses of TaxonomyWriter in org.apache.lucene.facet.index
Fields in org.apache.lucene.facet.index declared as TaxonomyWriter Modifier and Type Field Description protected TaxonomyWriterCategoryDocumentBuilder. taxonomyWriterATaxonomyWriterfor adding categories and retrieving their ordinals.Constructors in org.apache.lucene.facet.index with parameters of type TaxonomyWriter Constructor Description CategoryDocumentBuilder(TaxonomyWriter taxonomyWriter)Creating a facets document builder with default facet indexing parameters.
See:CategoryDocumentBuilder(TaxonomyWriter, FacetIndexingParams)CategoryDocumentBuilder(TaxonomyWriter taxonomyWriter, FacetIndexingParams params)Creating a facets document builder with a given facet indexing parameters object. -
Uses of TaxonomyWriter in org.apache.lucene.facet.index.categorypolicy
Methods in org.apache.lucene.facet.index.categorypolicy with parameters of type TaxonomyWriter Modifier and Type Method Description voidDefaultOrdinalPolicy. init(TaxonomyWriter taxonomyWriter)Implemented as NO-OP as the default is not taxonomy dependentvoidNonTopLevelOrdinalPolicy. init(TaxonomyWriter taxonomyWriter)voidOrdinalPolicy. init(TaxonomyWriter taxonomyWriter)Initialize the policy with a TaxonomyWriter. -
Uses of TaxonomyWriter in org.apache.lucene.facet.index.streaming
Fields in org.apache.lucene.facet.index.streaming declared as TaxonomyWriter Modifier and Type Field Description protected TaxonomyWriterCategoryParentsStream. taxonomyWriterATaxonomyWriterfor adding categories and retrieving their ordinals.Constructors in org.apache.lucene.facet.index.streaming with parameters of type TaxonomyWriter Constructor Description CategoryParentsStream(CategoryAttributesStream input, TaxonomyWriter taxonomyWriter, FacetIndexingParams indexingParams)Constructor. -
Uses of TaxonomyWriter in org.apache.lucene.facet.taxonomy.directory
Classes in org.apache.lucene.facet.taxonomy.directory that implement TaxonomyWriter Modifier and Type Class Description classDirectoryTaxonomyWriterTaxonomyWriterwhich uses aDirectoryto store the taxonomy information on disk, and keeps an additional in-memory cache of some or all categories.
-