Uses of Interface
org.apache.lucene.facet.taxonomy.TaxonomyReader.ChildrenArrays

Packages that use TaxonomyReader.ChildrenArrays
org.apache.lucene.facet.taxonomy Taxonomy of Categories 
org.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
 TaxonomyReader.ChildrenArrays TaxonomyReader.getChildrenArrays()
          getChildrenArrays() returns a TaxonomyReader.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
 TaxonomyReader.ChildrenArrays DirectoryTaxonomyReader.getChildrenArrays()
           
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.