Module org.apache.lucene.join
Package org.apache.lucene.search.join
Class ToParentBlockJoinQuery.Score
java.lang.Object
org.apache.lucene.search.Scorable
org.apache.lucene.search.join.ToParentBlockJoinQuery.Score
- Enclosing class:
ToParentBlockJoinQuery
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.search.Scorable
Scorable.ChildScorable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.search.Scorable
getChildren, setMinCompetitiveScore, smoothingScore
-
Field Details
-
scoreMode
-
score
private double score -
freq
private int freq -
currentParent
private int currentParent
-
-
Constructor Details
-
Score
-
-
Method Details
-
reset
- Throws:
IOException
-
addChildScore
- Throws:
IOException
-
score
public float score()Description copied from class:Scorable
Returns the score of the current document matching the query. -
docID
public int docID()Description copied from class:Scorable
Returns the doc ID that is currently being scored.
-