Class Cl2oTaxonomyWriterCache
ITaxonomyWriterCache using CompactLabelToOrdinal. Although called cache, it maintains in memory all the mappings from category to ordinal, relying on that CompactLabelToOrdinal is an efficient mapping for this purpose.
@lucene.experimental
Inheritance
System.Object
Cl2oTaxonomyWriterCache
Assembly: DistributedLucene.Net.Facet.dll
Syntax
public class Cl2oTaxonomyWriterCache : object, ITaxonomyWriterCache, IDisposable
Constructors
Name | Description |
---|---|
Cl2oTaxonomyWriterCache(Int32, Single, Int32) | Sole constructor. |
Properties
Name | Description |
---|---|
IsFull |
Methods
Name | Description |
---|---|
Clear() | |
Dispose() | |
Get(FacetLabel) | |
GetMemoryUsage() | Returns the number of bytes in memory used by this object. |
Put(FacetLabel, Int32) |