Package: org.tm4j.topicmap.index.text
Description
Provides interfaces for text indexing functionality and basic implementations using jakarta-lucene.
| Class Summary | |
|---|---|
| LuceneDocumentFactory | Utility class for LuceneFullTextIndex Creates fields for not locator data, and Locators from Occurrences, adds object ids as unindexed fields BaseName values get a boost in order to increase their importance |
| 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. |
| LuceneQueryHitImpl | This is an implementation of QueryHit for the Lucene Full Text Engine |
| LuceneQueryResultImpl | This is an implementation of QueryResult for the Lucene Full Text Engine |
| Interface Summary | |
|---|---|
| FullTextIndex | Defines Methods for using a FullTextIndex. |
| QueryHit | This interface defines methods for accessing a concrete hit when quering the full text index |
| QueryResult | This encapsulates the Result of Quering a FullText Index |
Contains
QueryResult
[
Containee
]
Is Contained By
