Java org.apache.lucene.facet.taxonomy ParallelTaxonomyArrays fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.facet.taxonomy ParallelTaxonomyArrays fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.facet.taxonomy ParallelTaxonomyArrays.

The text is from its open source code.

Method

int[]children()
Returns the children array, where children[i] denotes a child of category ordinal i .
int[]siblings()
Returns the siblings array, where siblings[i] denotes the sibling of category ordinal i .