public interface SearchResultIF
Modifier and Type | Method and Description |
---|---|
void |
close()
PUBLIC: Closes the search result.
|
float |
getScore()
PUBLIC: Gets the score for the current result value;
|
Object |
getValue()
PUBLIC: Gets the current result value.
|
boolean |
next()
PUBLIC: Moves ahead to the next result.
|
boolean next()
Object getValue()
float getScore()
void close()