Uses of Interface
org.tm4j.topicmap.index.text.FullTextIndex

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

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

Classes in org.tm4j.topicmap.index.text that implement FullTextIndex
 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.