Uses of Class
org.apache.lucene.facet.taxonomy.LRUHashMap
Packages that use LRUHashMap
Package
Description
Taxonomy of Categories.
Taxonomy index implementation using on top of a Directory.
-
Uses of LRUHashMap in org.apache.lucene.facet.taxonomy
Methods in org.apache.lucene.facet.taxonomy that return LRUHashMap -
Uses of LRUHashMap in org.apache.lucene.facet.taxonomy.directory
Fields in org.apache.lucene.facet.taxonomy.directory declared as LRUHashMapModifier and TypeFieldDescriptionprivate LRUHashMap
<Integer, FacetLabel> DirectoryTaxonomyReader.categoryCache
private LRUHashMap
<FacetLabel, Integer> DirectoryTaxonomyReader.ordinalCache
Constructors in org.apache.lucene.facet.taxonomy.directory with parameters of type LRUHashMapModifierConstructorDescription(package private)
DirectoryTaxonomyReader
(DirectoryReader indexReader, DirectoryTaxonomyWriter taxoWriter, LRUHashMap<FacetLabel, Integer> ordinalCache, LRUHashMap<Integer, FacetLabel> categoryCache, TaxonomyIndexArrays taxoArrays) Expert: Use this method to explicitly force theDirectoryTaxonomyReader
to use specific parent/children arrays and caches.