public interface SearchResultIF
| Modifier and Type | Method and Description |
|---|---|
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.
|
DocumentIF getDocument(int hit) throws IOException
IOExceptionfloat getScore(int hit)
throws IOException
IOExceptionint hits() throws IOException
IOException