|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.infoset.fulltext.impl.rdbms.RDBMSSearchResult
public class RDBMSSearchResult
INTERNAL: RDBMS search result implementation.
| Field Summary | |
|---|---|
protected 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 List<RDBMSDocument> docs
protected float[] scores
| Method Detail |
|---|
public DocumentIF getDocument(int hit)
throws IOException
SearchResultIF
getDocument in interface SearchResultIFIOException
public float getScore(int hit)
throws IOException
SearchResultIF
getScore in interface SearchResultIFIOExceptionpublic int hits()
SearchResultIF
hits in interface SearchResultIF
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||