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 documentfloat
score()
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: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
-