|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TaxonomyWriterCache | |
|---|---|
| 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 |
| Uses of TaxonomyWriterCache in org.apache.lucene.facet.taxonomy.directory |
|---|
| Methods in org.apache.lucene.facet.taxonomy.directory that return TaxonomyWriterCache | |
|---|---|
static TaxonomyWriterCache |
DirectoryTaxonomyWriter.defaultTaxonomyWriterCache()
Defines the default TaxonomyWriterCache to use in constructors
which do not specify one. |
| Constructors in org.apache.lucene.facet.taxonomy.directory with parameters of type TaxonomyWriterCache | |
|---|---|
DirectoryTaxonomyWriter(Directory directory,
IndexWriterConfig.OpenMode openMode,
TaxonomyWriterCache cache)
Construct a Taxonomy writer. |
|
| Uses of TaxonomyWriterCache in org.apache.lucene.facet.taxonomy.writercache.cl2o |
|---|
| Classes in org.apache.lucene.facet.taxonomy.writercache.cl2o that implement TaxonomyWriterCache | |
|---|---|
class |
Cl2oTaxonomyWriterCache
TaxonomyWriterCache using CompactLabelToOrdinal. |
| Uses of TaxonomyWriterCache in org.apache.lucene.facet.taxonomy.writercache.lru |
|---|
| Classes in org.apache.lucene.facet.taxonomy.writercache.lru that implement TaxonomyWriterCache | |
|---|---|
class |
LruTaxonomyWriterCache
LRU TaxonomyWriterCache - good choice for huge taxonomies. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||