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:ScorableReturns the doc ID that is currently being scored. -
score
public float score()Description copied from class:ScorableReturns the score of the current document matching the query. -
getChildren
Description copied from class:ScorableReturns child sub-scorers positioned on the current document- Overrides:
getChildrenin classScorable
-