Uses of Class
org.apache.lucene.facet.taxonomy.directory.TaxonomyIndexArrays.ChunkedIntArray
Packages that use TaxonomyIndexArrays.ChunkedIntArray
Package
Description
Taxonomy index implementation using on top of a Directory.
-
Uses of TaxonomyIndexArrays.ChunkedIntArray in org.apache.lucene.facet.taxonomy.directory
Fields in org.apache.lucene.facet.taxonomy.directory declared as TaxonomyIndexArrays.ChunkedIntArrayModifier and TypeFieldDescriptionTaxonomyIndexArrays.childrenprivate final TaxonomyIndexArrays.ChunkedIntArrayTaxonomyIndexArrays.parentsTaxonomyIndexArrays.siblingsMethods in org.apache.lucene.facet.taxonomy.directory that return TaxonomyIndexArrays.ChunkedIntArrayModifier and TypeMethodDescriptionTaxonomyIndexArrays.children()Returns the children array, wherechildren[i]denotes the youngest child of category ordinali.TaxonomyIndexArrays.parents()Returns the parents array, whereparents[i]denotes the parent of category ordinali.TaxonomyIndexArrays.siblings()Returns the siblings array, wheresiblings[i]denotes the sibling of category ordinali.