Uses of Class
org.apache.lucene.facet.taxonomy.InconsistentTaxonomyException

Packages that use InconsistentTaxonomyException
org.apache.lucene.facet.taxonomy Taxonomy of Categories 
org.apache.lucene.facet.taxonomy.directory Taxonomy implemented using a Lucene-Index 
 

Uses of InconsistentTaxonomyException in org.apache.lucene.facet.taxonomy
 

Methods in org.apache.lucene.facet.taxonomy that throw InconsistentTaxonomyException
 boolean TaxonomyReader.refresh()
          refresh() re-reads the taxonomy information if there were any changes to the taxonomy since this instance was opened or last refreshed.
 

Uses of InconsistentTaxonomyException in org.apache.lucene.facet.taxonomy.directory
 

Methods in org.apache.lucene.facet.taxonomy.directory that throw InconsistentTaxonomyException
 boolean DirectoryTaxonomyReader.refresh()
           
 



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