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 TaxonomyIndexArraysDirectoryTaxonomyReader.taxoArraysprivate TaxonomyIndexArraysDirectoryTaxonomyWriter.taxoArraysMethods in org.apache.lucene.facet.taxonomy.directory that return TaxonomyIndexArraysModifier and TypeMethodDescription(package private) TaxonomyIndexArraysTaxonomyIndexArrays.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 TaxonomyIndexArraysDirectoryTaxonomyWriter.getTaxoArrays()Methods in org.apache.lucene.facet.taxonomy.directory with parameters of type TaxonomyIndexArraysModifier and TypeMethodDescriptionprivate voidTaxonomyIndexArrays.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 theDirectoryTaxonomyReaderto use specific parent/children arrays and caches.TaxonomyIndexArrays(IndexReader reader, TaxonomyIndexArrays copyFrom)