Uses of Interface
org.apache.lucene.facet.taxonomy.writercache.TaxonomyWriterCache
Packages that use TaxonomyWriterCache
Package
Description
Taxonomy index implementation using on top of a Directory.
Improves indexing time by caching a map of CategoryPath to their Ordinal.
-
Uses of TaxonomyWriterCache in org.apache.lucene.facet.taxonomy.directory
Fields in org.apache.lucene.facet.taxonomy.directory declared as TaxonomyWriterCacheMethods in org.apache.lucene.facet.taxonomy.directory that return TaxonomyWriterCacheModifier and TypeMethodDescriptionstatic TaxonomyWriterCache
DirectoryTaxonomyWriter.defaultTaxonomyWriterCache()
Defines the defaultTaxonomyWriterCache
to use in constructors which do not specify one.DirectoryTaxonomyWriter.getCache()
Returns theTaxonomyWriterCache
in use by this writer.Constructors in org.apache.lucene.facet.taxonomy.directory with parameters of type TaxonomyWriterCacheModifierConstructorDescriptionDirectoryTaxonomyWriter
(Directory directory, IndexWriterConfig.OpenMode openMode, TaxonomyWriterCache cache) Construct a Taxonomy writer. -
Uses of TaxonomyWriterCache in org.apache.lucene.facet.taxonomy.writercache
Classes in org.apache.lucene.facet.taxonomy.writercache that implement TaxonomyWriterCacheModifier and TypeClassDescriptionclass
LRUTaxonomyWriterCache
- good choice for huge taxonomies.final class
Deprecated.
LruTaxonomyWriterCache
instead.