Uses of Interface
org.tm4j.topicmap.index.ConfigurableIndex

Packages that use ConfigurableIndex
org.tm4j.topicmap.index.text Provides interfaces for text indexing functionality and basic implementations using jakarta-lucene. 
 

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

Classes in org.tm4j.topicmap.index.text that implement ConfigurableIndex
 class LuceneIndexBase
          INTERNAL Abstract base class for FullTextIndexes using lucene for TextIndexing Concrete Implementations have to set an analyzer and directory implementation before starting the indexing.