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

Packages that use IndexException
org.tm4j.tolog DEPRECATED 
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 IndexException in org.tm4j.tolog
 

Constructors in org.tm4j.tolog that throw IndexException
QueryEvaluator(TopicMap tm)
          Deprecated. Creates a new QueryEvaluator to evaluate Tolog queries over the topic map tm
 

Uses of IndexException in org.tm4j.topicmap.index
 

Methods in org.tm4j.topicmap.index that throw IndexException
 void Index.open()
          This method may cause the index to be initialised.
 void Index.reindex()
          This method may cause the index to be regenerated.
 void Index.close()
          This method may cause the index to be dropped and any memory used to be freed.
 

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

Methods in org.tm4j.topicmap.index.text that throw IndexException
 QueryHit LuceneQueryResultImpl.getHit(int i)
           
 QueryResult LuceneIndexBase.findByText(java.lang.String query, boolean includeURIs)
           
 void LuceneIndexBase.open()
           
 void LuceneIndexBase.reindex()
           
 void LuceneIndexBase.close()
           
 QueryHit QueryResult.getHit(int index)
          The hit with the given index or an IndexException if this index is not available
 QueryResult FullTextIndex.findByText(java.lang.String query, boolean includeURIs)
          This causes the FullTextIndex to be queried for the given query.