Uses of Class
org.apache.lucene.facet.taxonomy.InconsistentTaxonomyException
-
Packages that use InconsistentTaxonomyException Package Description org.apache.lucene.facet.taxonomy Taxonomy of Categoriesorg.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 Modifier and Type Method Description 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 Modifier and Type Method Description boolean
DirectoryTaxonomyReader. refresh()
-