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

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

Introduction

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

The text is from its open source code.

Constructor

DirectoryTaxonomyReader(Directory directory)
Open for reading a taxonomy stored in a given Directory .
DirectoryTaxonomyReader(DirectoryTaxonomyWriter taxoWriter)
Opens a DirectoryTaxonomyReader over the given DirectoryTaxonomyWriter (for NRT).

Method

ChildrenIteratorgetChildren(final int ordinal)
Returns an iterator over the children of the given ordinal.
intgetOrdinal(String dim, String[] path)
Returns ordinal for the dim + path.
FacetLabelgetPath(int ordinal)