public interface ScoredDocIDsIterator
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.| Modifier and Type | Field and Description |
|---|---|
static float |
DEFAULT_SCORE
Default score used in case scoring is disabled.
|
static final float DEFAULT_SCORE