Class LruTaxonomyWriterCache
LRU ITaxonomyWriterCache - good choice for huge taxonomies.
@lucene.experimental
Inheritance
System.Object
LruTaxonomyWriterCache
Assembly: DistributedLucene.Net.Facet.dll
Syntax
public class LruTaxonomyWriterCache : object, ITaxonomyWriterCache, IDisposable
Constructors
Name | Description |
---|---|
LruTaxonomyWriterCache(Int32) | Creates this with LRU_HASHED method. |
LruTaxonomyWriterCache(Int32, LruTaxonomyWriterCache.LRUType) | Creates this with the specified method. |
Properties
Name | Description |
---|---|
IsFull |
Methods
Name | Description |
---|---|
Clear() | |
Dispose() | |
Get(FacetLabel) | |
Put(FacetLabel, Int32) |