Uses of Class
org.tm4j.topicmap.index.IndexConfigurationException

Packages that use IndexConfigurationException
org.tm4j.topicmap.index Provides the core interface for a flexible indexing architecture. 
org.tm4j.topicmap.index.text Provides interfaces for text indexing functionality and basic implementations using jakarta-lucene. 
 

Uses of IndexConfigurationException in org.tm4j.topicmap.index
 

Methods in org.tm4j.topicmap.index that throw IndexConfigurationException
 void ConfigurableIndex.configure(java.util.Properties configProps)
           
 

Uses of IndexConfigurationException in org.tm4j.topicmap.index.text
 

Methods in org.tm4j.topicmap.index.text that throw IndexConfigurationException
 void LuceneIndexBase.configure(java.util.Properties props)
          Runtime configuration method invoked by the ConfigurableIndexProvider class.