Uses of Interface
org.apache.lucene.facet.taxonomy.TaxonomyReader.ChildrenArrays
-
Packages that use TaxonomyReader.ChildrenArrays Package Description org.apache.lucene.facet.taxonomy Taxonomy of Categoriesorg.apache.lucene.facet.taxonomy.directory Taxonomy implemented using a Lucene-Index -
-
Uses of TaxonomyReader.ChildrenArrays in org.apache.lucene.facet.taxonomy
Methods in org.apache.lucene.facet.taxonomy that return TaxonomyReader.ChildrenArrays Modifier and Type Method Description TaxonomyReader.ChildrenArrays
TaxonomyReader. getChildrenArrays()
getChildrenArrays() returns aTaxonomyReader.ChildrenArrays
object which can be used together to efficiently enumerate the children of any category. -
Uses of TaxonomyReader.ChildrenArrays in org.apache.lucene.facet.taxonomy.directory
Methods in org.apache.lucene.facet.taxonomy.directory that return TaxonomyReader.ChildrenArrays Modifier and Type Method Description TaxonomyReader.ChildrenArrays
DirectoryTaxonomyReader. getChildrenArrays()
-