Frames | No Frames |
Classes derived from org.apache.lucene.search.Scorer | |
class | |
class | A Scorer for queries with a required subscorer and an excluding (prohibited) subscorer. |
class | A Scorer for queries with a required part and an optional part. |
Constructors with parameter type org.apache.lucene.search.Scorer | |
Construct a ReqExclScorer . | |
Construct a ReqOptScorer . |
Methods with return type org.apache.lucene.search.Scorer | |
Scorer | |
Scorer | Constructs a scorer for this. |
Methods with parameter type org.apache.lucene.search.Scorer | |
boolean | Adds a Scorer to the ScorerDocQueue in log(size) time if either
the ScorerDocQueue is not full, or not lessThan(scorer, top()). |
void | Adds a Scorer to a ScorerDocQueue in log(size) time. |
Methods with return type org.apache.lucene.search.Scorer | |
Scorer | Removes and returns the least scorer of the ScorerDocQueue in log(size)
time. |
Scorer | Returns the least Scorer of the ScorerDocQueue in constant time. |