protected class SolrConstantScoreQuery.ConstantWeight extends Weight
| Constructor and Description |
|---|
SolrConstantScoreQuery.ConstantWeight(IndexSearcher searcher) |
| Modifier and Type | Method and Description |
|---|---|
Explanation |
explain(AtomicReaderContext context,
int doc) |
Query |
getQuery() |
float |
getValueForNormalization() |
void |
normalize(float norm,
float topLevelBoost) |
Scorer |
scorer(AtomicReaderContext context,
Bits acceptDocs) |
bulkScorer, scoresDocsOutOfOrderpublic SolrConstantScoreQuery.ConstantWeight(IndexSearcher searcher) throws IOException
IOExceptionpublic float getValueForNormalization()
throws IOException
getValueForNormalization in class WeightIOExceptionpublic void normalize(float norm,
float topLevelBoost)
public Scorer scorer(AtomicReaderContext context, Bits acceptDocs) throws IOException
scorer in class WeightIOExceptionpublic Explanation explain(AtomicReaderContext context, int doc) throws IOException
explain in class WeightIOExceptionCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.