org.apache.lucene.search
protected class ConstantScoreQuery.ConstantScorer extends Scorer
| Constructor Summary | |
|---|---|
| ConstantScorer(Similarity similarity, IndexReader reader, Weight w) | |
| Method Summary | |
|---|---|
| int | doc() |
| Explanation | explain(int doc) |
| boolean | next() |
| float | score() |
| boolean | skipTo(int target) |