|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Scorer | |
| org.apache.lucene.search | Search over indices. |
| Uses of Scorer in org.apache.lucene.search |
| Subclasses of Scorer in org.apache.lucene.search | |
protected class |
ConstantScoreQuery.ConstantScorer
|
class |
DisjunctionSumScorer
A Scorer for OR like queries, counterpart of Lucene's ConjunctionScorer. |
class |
ReqExclScorer
A Scorer for queries with a required subscorer and an excluding (prohibited) subscorer. |
class |
ReqOptSumScorer
A Scorer for queries with a required part and an optional part. |
| Methods in org.apache.lucene.search that return Scorer | |
Scorer |
ConstantScoreQuery.ConstantWeight.scorer(IndexReader reader)
|
Scorer |
Weight.scorer(IndexReader reader)
Constructs a scorer for this. |
| Constructors in org.apache.lucene.search with parameters of type Scorer | |
ReqExclScorer(Scorer reqScorer,
Scorer exclScorer)
Construct a ReqExclScorer. |
|
ReqOptSumScorer(Scorer reqScorer,
Scorer optScorer)
Construct a ReqOptScorer. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||