Package | Description |
---|---|
org.apache.lucene.facet.taxonomy |
Taxonomy of Categories
|
org.apache.lucene.facet.taxonomy.directory |
Taxonomy implemented using a Lucene-Index
|
Modifier and Type | Method and Description |
---|---|
TaxonomyReader.ChildrenArrays |
TaxonomyReader.getChildrenArrays()
getChildrenArrays() returns a
TaxonomyReader.ChildrenArrays object which can
be used together to efficiently enumerate the children of any category. |
Modifier and Type | Method and Description |
---|---|
TaxonomyReader.ChildrenArrays |
DirectoryTaxonomyReader.getChildrenArrays() |