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
Interfaces
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.
|
Meta Data (2)
@author
:
Harald Kuhn, harald_kuhn at users.sourceforge.net
Related Topics
Imports
Is Contained By
