Uses of Class
org.apache.lucene.facet.taxonomy.directory.TaxonomyIndexArrays
Packages that use TaxonomyIndexArrays
Package
Description
Taxonomy index implementation using on top of a Directory.
-
Uses of TaxonomyIndexArrays in org.apache.lucene.facet.taxonomy.directory
Fields in org.apache.lucene.facet.taxonomy.directory declared as TaxonomyIndexArraysModifier and TypeFieldDescriptionprivate TaxonomyIndexArrays
DirectoryTaxonomyReader.taxoArrays
private TaxonomyIndexArrays
DirectoryTaxonomyWriter.taxoArrays
Methods in org.apache.lucene.facet.taxonomy.directory that return TaxonomyIndexArraysModifier and TypeMethodDescription(package private) TaxonomyIndexArrays
TaxonomyIndexArrays.add
(int ordinal, int parentOrdinal) Adds the given ordinal/parent info and returns either a new instance if the underlying array had to grow, or this instance otherwise.private TaxonomyIndexArrays
DirectoryTaxonomyWriter.getTaxoArrays()
Methods in org.apache.lucene.facet.taxonomy.directory with parameters of type TaxonomyIndexArraysModifier and TypeMethodDescriptionprivate void
TaxonomyIndexArrays.initChildrenSiblings
(TaxonomyIndexArrays copyFrom) Constructors in org.apache.lucene.facet.taxonomy.directory with parameters of type TaxonomyIndexArraysModifierConstructorDescription(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.TaxonomyIndexArrays
(IndexReader reader, TaxonomyIndexArrays copyFrom)