org.tm4j.topicmap.index.text .FullTextIndex

Description

Defines Methods for using a FullTextIndex. Returns { @link org.tm4j.topicmap.index.fulltext.QueryResult } objects containing org.tm4j.topicmap.index.fulltext.QueryHit`s the concrete syntax of the query depends on the concrete implementation

Implementations of this interface

Field Summary
ID Lucene Field name for topicMapObject Idīs
LINK Lucene Field name for indexed links (occurrence.datalocator)
PARENT_ID Lucene Field name for topicMapObject parentIdīs
VALUE Lucene Field name for indexed values (occurrence.data, basename.value etc.)
Method Summary
QueryResult findByText(java.lang.String query,boolean includeURIs)
This causes the FullTextIndex to be queried for the given query.