java.lang.Object
org.apache.lucene.search.Scorable
org.apache.lucene.facet.DrillSidewaysScorer.Score
- Enclosing class:
DrillSidewaysScorer
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.search.Scorable
Scorable.ChildScorable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns child sub-scorers positioned on the current documentfloatscore()Returns the score of the current document matching the query.Methods inherited from class org.apache.lucene.search.Scorable
setMinCompetitiveScore, smoothingScore
-
Constructor Details
-
Score
private Score()
-
-
Method Details
-
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
-