java.lang.Object
org.apache.lucene.search.Scorable
org.apache.lucene.search.ScoreAndDoc
Used by
BulkScorers that need to pass a Scorable to LeafCollector.setScorer(org.apache.lucene.search.Scorable).-
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
-
score
float score -
doc
int doc
-
-
Constructor Details
-
ScoreAndDoc
ScoreAndDoc()
-
-
Method Details