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

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

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

Classes in org.tm4j.topicmap.index.text that implement QueryResult
 class LuceneQueryResultImpl
          This is an implementation of QueryResult for the Lucene Full Text Engine
 

Methods in org.tm4j.topicmap.index.text that return QueryResult
 QueryResult LuceneIndexBase.findByText(java.lang.String query, boolean includeURIs)
           
 QueryResult FullTextIndex.findByText(java.lang.String query, boolean includeURIs)
          This causes the FullTextIndex to be queried for the given query.