org.apache.lucene.search
protected class ConstantScoreQuery.ConstantWeight extends Object implements Weight
Constructor Summary | |
---|---|
ConstantWeight(Searcher searcher) |
Method Summary | |
---|---|
Explanation | explain(IndexReader reader, int doc) |
Query | getQuery() |
float | getValue() |
void | normalize(float norm) |
Scorer | scorer(IndexReader reader) |
float | sumOfSquaredWeights() |