Uses of Class
org.apache.lucene.facet.taxonomy.ParallelTaxonomyArrays.IntArray
-
Packages that use ParallelTaxonomyArrays.IntArray Package Description org.apache.lucene.facet.taxonomy Taxonomy of Categories. -
-
Uses of ParallelTaxonomyArrays.IntArray in org.apache.lucene.facet.taxonomy
Methods in org.apache.lucene.facet.taxonomy that return ParallelTaxonomyArrays.IntArray Modifier and Type Method Description abstract ParallelTaxonomyArrays.IntArray
ParallelTaxonomyArrays. children()
Returns the children array, wherechildren[i]
denotes a child of category ordinali
.abstract ParallelTaxonomyArrays.IntArray
ParallelTaxonomyArrays. parents()
Returns the parents array, whereparents[i]
denotes the parent of category ordinali
.abstract ParallelTaxonomyArrays.IntArray
ParallelTaxonomyArrays. siblings()
Returns the siblings array, wheresiblings[i]
denotes the sibling of category ordinali
.
-