Uses of Class
org.apache.lucene.facet.taxonomy.writercache.LruTaxonomyWriterCache.LRUType

Packages that use LruTaxonomyWriterCache.LRUType
org.apache.lucene.facet.taxonomy.writercache Improves indexing time by caching a map of CategoryPath to their Ordinal. 
 

Uses of LruTaxonomyWriterCache.LRUType in org.apache.lucene.facet.taxonomy.writercache
 

Methods in org.apache.lucene.facet.taxonomy.writercache that return LruTaxonomyWriterCache.LRUType
static LruTaxonomyWriterCache.LRUType LruTaxonomyWriterCache.LRUType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LruTaxonomyWriterCache.LRUType[] LruTaxonomyWriterCache.LRUType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.lucene.facet.taxonomy.writercache with parameters of type LruTaxonomyWriterCache.LRUType
LruTaxonomyWriterCache(int cacheSize, LruTaxonomyWriterCache.LRUType lruType)
          Creates this with the specified method.
 



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