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

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

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

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

Methods in org.tm4j.topicmap.index.text that return QueryHit
 QueryHit LuceneQueryResultImpl.getHit(int i)
           
 QueryHit QueryResult.getHit(int index)
          The hit with the given index or an IndexException if this index is not available