|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.infoset.fulltext.impl.rdbms.RDBMSSearchResult
public class RDBMSSearchResult
INTERNAL: RDBMS search result implementation.
Field Summary | |
---|---|
protected java.util.List<RDBMSDocument> |
docs
|
protected float[] |
scores
|
Method Summary | |
---|---|
DocumentIF |
getDocument(int hit)
INTERNAL: Returns the document located at the given index. |
float |
getScore(int hit)
INTERNAL: Returns the score of the document located at the given index. |
int |
hits()
INTERNAL: Returns the number of hits (documents) in the search result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<RDBMSDocument> docs
protected float[] scores
Method Detail |
---|
public DocumentIF getDocument(int hit) throws java.io.IOException
SearchResultIF
getDocument
in interface SearchResultIF
java.io.IOException
public float getScore(int hit) throws java.io.IOException
SearchResultIF
getScore
in interface SearchResultIF
java.io.IOException
public int hits()
SearchResultIF
hits
in interface SearchResultIF
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |