Package | Description |
---|---|
org.apache.lucene.search |
Search over indices.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Scorer |
ConstantScoreQuery.ConstantWeight.scorer(IndexReader reader) |
Scorer |
Weight.scorer(IndexReader reader)
Constructs a scorer for this.
|
Constructor and Description |
---|
ReqExclScorer(Scorer reqScorer,
Scorer exclScorer)
Construct a
ReqExclScorer . |
ReqOptSumScorer(Scorer reqScorer,
Scorer optScorer)
Construct a
ReqOptScorer . |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.