|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.tm4j.topicmap.index.text.LuceneQueryHitImpl
This is an implementation of QueryHit for the Lucene Full Text Engine
| Constructor Summary | |
LuceneQueryHitImpl(org.apache.lucene.document.Document doc,
TopicMap map,
float score)
|
|
| Method Summary | |
TopicMapObject |
getObject()
Returns the TopicMapObject which is associated with this Hit The String value that caused the hit is probably stored in one of the properties of the object. |
float |
getScore()
Returns the score rating given to this hit by the used search engine |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LuceneQueryHitImpl(org.apache.lucene.document.Document doc,
TopicMap map,
float score)
| Method Detail |
public TopicMapObject getObject()
QueryHit
getObject in interface QueryHitpublic float getScore()
QueryHit
getScore in interface QueryHit
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||