|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchResultIF
INTERNAL: A search result containing a list of ranked hits.
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. |
Method Detail |
---|
DocumentIF getDocument(int hit) throws java.io.IOException
java.io.IOException
float getScore(int hit) throws java.io.IOException
java.io.IOException
int hits() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |