Module org.apache.lucene.facet
Package org.apache.lucene.facet
Class DrillSidewaysScorer.ScoreAndDoc
java.lang.Object
org.apache.lucene.search.Scorable
org.apache.lucene.facet.DrillSidewaysScorer.ScoreAndDoc
- Enclosing class:
DrillSidewaysScorer
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.search.Scorable
Scorable.ChildScorable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.search.Scorable
setMinCompetitiveScore, smoothingScore
-
Constructor Details
-
ScoreAndDoc
private ScoreAndDoc()
-
-
Method Details
-
docID
public int docID()Description copied from class:Scorable
Returns the doc ID that is currently being scored. -
score
public float score()Description copied from class:Scorable
Returns the score of the current document matching the query. -
getChildren
Description copied from class:Scorable
Returns child sub-scorers positioned on the current document- Overrides:
getChildren
in classScorable
-