Uses of Package
org.apache.lucene.facet.taxonomy.writercache

Packages that use org.apache.lucene.facet.taxonomy.writercache
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 
 

Classes in org.apache.lucene.facet.taxonomy.writercache used by org.apache.lucene.facet.taxonomy.directory
TaxonomyWriterCache
          TaxonomyWriterCache is a relatively simple interface for a cache of category->ordinal mappings, used in TaxonomyWriter implementations (such as DirectoryTaxonomyWriter).
 

Classes in org.apache.lucene.facet.taxonomy.writercache used by org.apache.lucene.facet.taxonomy.writercache.cl2o
TaxonomyWriterCache
          TaxonomyWriterCache is a relatively simple interface for a cache of category->ordinal mappings, used in TaxonomyWriter implementations (such as DirectoryTaxonomyWriter).
 

Classes in org.apache.lucene.facet.taxonomy.writercache used by org.apache.lucene.facet.taxonomy.writercache.lru
TaxonomyWriterCache
          TaxonomyWriterCache is a relatively simple interface for a cache of category->ordinal mappings, used in TaxonomyWriter implementations (such as DirectoryTaxonomyWriter).
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.