private static class BlockGroupingCollector.ScoreAndDoc extends Scorable
Scorable.ChildScorable
Modifier and Type | Field and Description |
---|---|
(package private) int |
doc |
(package private) float |
score |
Modifier | Constructor and Description |
---|---|
private |
ScoreAndDoc() |
Modifier and Type | Method and Description |
---|---|
int |
docID()
Returns the doc ID that is currently being scored.
|
float |
score()
Returns the score of the current document matching the query.
|
getChildren, setMinCompetitiveScore
public int docID()
Scorable