Package | Description |
---|---|
org.apache.lucene.facet.taxonomy.directory |
Taxonomy implemented using a Lucene-Index
|
org.apache.lucene.facet.taxonomy.writercache.cl2o |
Category->Ordinal caching implementation using an optimized data-structures
|
org.apache.lucene.facet.taxonomy.writercache.lru |
An LRU cache implementation for the CategoryPath to Ordinal map
|
Modifier and Type | Method | Description |
---|---|---|
static TaxonomyWriterCache |
DirectoryTaxonomyWriter.defaultTaxonomyWriterCache() |
Defines the default
TaxonomyWriterCache to use in constructors
which do not specify one. |
Constructor | Description |
---|---|
DirectoryTaxonomyWriter(org.apache.lucene.store.Directory directory,
org.apache.lucene.index.IndexWriterConfig.OpenMode openMode,
TaxonomyWriterCache cache) |
Construct a Taxonomy writer.
|
Modifier and Type | Class | Description |
---|---|---|
class |
Cl2oTaxonomyWriterCache |
Modifier and Type | Class | Description |
---|---|---|
class |
LruTaxonomyWriterCache |
LRU
TaxonomyWriterCache - good choice for huge taxonomies. |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.