protected class SolrConstantScoreQuery.ConstantWeight extends Weight
Constructor and Description |
---|
SolrConstantScoreQuery.ConstantWeight(Searcher searcher) |
Modifier and Type | Method and Description |
---|---|
Explanation |
explain(IndexReader reader,
int doc) |
Query |
getQuery() |
float |
getValue() |
void |
normalize(float norm) |
Scorer |
scorer(IndexReader reader,
boolean scoreDocsInOrder,
boolean topScorer) |
float |
sumOfSquaredWeights() |
scoresDocsOutOfOrder
public SolrConstantScoreQuery.ConstantWeight(Searcher searcher) throws IOException
IOException
public float sumOfSquaredWeights() throws IOException
sumOfSquaredWeights
in class Weight
IOException
public Scorer scorer(IndexReader reader, boolean scoreDocsInOrder, boolean topScorer) throws IOException
scorer
in class Weight
IOException
public Explanation explain(IndexReader reader, int doc) throws IOException
explain
in class Weight
IOException