|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScoredDocIDsIterator
Iterator over document IDs and their scores. Each next() retrieves
the next docID and its score which can be later be retrieved by
getDocID() and getScore(). NOTE: you must call
next() before getDocID() and/or getScore(), or
otherwise the returned values are unexpected.
| Field Summary | |
|---|---|
static float |
DEFAULT_SCORE
Default score used in case scoring is disabled. |
| Method Summary | |
|---|---|
int |
getDocID()
Returns the ID of the current document. |
float |
getScore()
Returns the score of the current document. |
boolean |
next()
Iterate to the next document/score pair. |
| Field Detail |
|---|
static final float DEFAULT_SCORE
| Method Detail |
|---|
boolean next()
int getDocID()
float getScore()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||