See: Description
| Interface | Description |
|---|---|
| TaxonomyWriterCache |
TaxonomyWriterCache is a relatively simple interface for a cache of
category->ordinal mappings, used in TaxonomyWriter implementations (such as
DirectoryTaxonomyWriter). |
| Class | Description |
|---|---|
| Cl2oTaxonomyWriterCache | |
| CollisionMap |
HashMap to store colliding labels.
|
| CompactLabelToOrdinal |
This is a very efficient LabelToOrdinal implementation that uses a
CharBlockArray to store all labels and a configurable number of HashArrays to
reference the labels.
|
| LabelToOrdinal |
Abstract class for storing Label->Ordinal mappings in a taxonomy.
|
| LruTaxonomyWriterCache |
LRU
TaxonomyWriterCache - good choice for huge taxonomies. |
| NameHashIntCacheLRU |
An an LRU cache of mapping from name to int.
|
| Enum | Description |
|---|---|
| LruTaxonomyWriterCache.LRUType |
Determines cache type.
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.