Uses of Package
org.tm4j.topicmap.index

Packages that use org.tm4j.topicmap.index
org.tm4j.tolog DEPRECATED 
org.tm4j.topicmap Provides the core interfaces of the TM4J Topic Map Engine. 
org.tm4j.topicmap.index Provides the core interface for a flexible indexing architecture. 
org.tm4j.topicmap.index.basic Provides additional interfaces for "basic" indexing functionality. 
org.tm4j.topicmap.index.text Provides interfaces for text indexing functionality and basic implementations using jakarta-lucene. 
org.tm4j.topicmap.unified Implements a TM4J back-end which merges topic maps from one or more other back-end implementations dynamically. 
 

Classes in org.tm4j.topicmap.index used by org.tm4j.tolog
IndexException
          Indicates that an unexpected condition has occurred while dealing with an Index, such as a failure to open or close the index.
IndexManagerException
          Indicates that an unexpected condition has occurred while dealing with an IndexManager, such as a failure to register an IndexProvider.
 

Classes in org.tm4j.topicmap.index used by org.tm4j.topicmap
IndexManager
          An IndexManager controls access to all of the indexes for a particular topic map.
 

Classes in org.tm4j.topicmap.index used by org.tm4j.topicmap.index
DuplicateIndexNameException
          Indicates that an attempt was made to put two Indexes with identical names in the context of one IndexManager.
Index
          The basic interface which must be supported by all index implementations.
IndexConfigurationException
           
IndexException
          Indicates that an unexpected condition has occurred while dealing with an Index, such as a failure to open or close the index.
IndexManagerException
          Indicates that an unexpected condition has occurred while dealing with an IndexManager, such as a failure to register an IndexProvider.
IndexMeta
          Provides basic meta data regarding the index to the IndexManager and to users of the Index interface.
IndexProvider
          This is the SPI for new index implementations which must be supported by all implementations of indexes.
IndexProviderException
          Indicates that an unexpected condition has occurred while dealing with an IndexProvider, such as a failure to create an Index.
UnsupportedIndexException
          Indicates that an attempt was made to access an Index that is not supported by a particular IndexProvider.
 

Classes in org.tm4j.topicmap.index used by org.tm4j.topicmap.index.basic
Index
          The basic interface which must be supported by all index implementations.
 

Classes in org.tm4j.topicmap.index used by org.tm4j.topicmap.index.text
ConfigurableIndex
          The interface to be implemented by an index managed by a ConfigurableIndexProvider.
Index
          The basic interface which must be supported by all index implementations.
IndexConfigurationException
           
IndexException
          Indicates that an unexpected condition has occurred while dealing with an Index, such as a failure to open or close the index.
 

Classes in org.tm4j.topicmap.index used by org.tm4j.topicmap.unified
IndexManager
          An IndexManager controls access to all of the indexes for a particular topic map.