Package org.apache.lucene.search
Class CachingCollector.CachedScorable
- java.lang.Object
-
- org.apache.lucene.search.Scorable
-
- org.apache.lucene.search.CachingCollector.CachedScorable
-
- Enclosing class:
- CachingCollector
private static final class CachingCollector.CachedScorable extends Scorable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.lucene.search.Scorable
Scorable.ChildScorable
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CachedScorable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
docID()
Returns the doc ID that is currently being scored.float
score()
Returns the score of the current document matching the query.-
Methods inherited from class org.apache.lucene.search.Scorable
getChildren, setMinCompetitiveScore, smoothingScore
-
-
-
-
Method Detail
-
score
public final float score()
Description copied from class:Scorable
Returns the score of the current document matching the query.
-
-