protected class FunctionQuery.FunctionWeight extends Weight
Weight.DefaultBulkScorer| Modifier and Type | Field and Description |
|---|---|
protected Map |
context |
protected float |
queryNorm |
protected float |
queryWeight |
protected IndexSearcher |
searcher |
parentQuery| Constructor and Description |
|---|
FunctionQuery.FunctionWeight(IndexSearcher searcher) |
| Modifier and Type | Method and Description |
|---|---|
Explanation |
explain(LeafReaderContext context,
int doc) |
void |
extractTerms(Set<Term> terms) |
float |
getValueForNormalization() |
void |
normalize(float norm,
float topLevelBoost) |
Scorer |
scorer(LeafReaderContext context,
Bits acceptDocs) |
bulkScorer, getQueryprotected final IndexSearcher searcher
protected float queryNorm
protected float queryWeight
protected final Map context
public FunctionQuery.FunctionWeight(IndexSearcher searcher) throws IOException
IOExceptionpublic void extractTerms(Set<Term> terms)
extractTerms in class Weightpublic float getValueForNormalization()
throws IOException
getValueForNormalization in class WeightIOExceptionpublic void normalize(float norm,
float topLevelBoost)
public Scorer scorer(LeafReaderContext context, Bits acceptDocs) throws IOException
scorer in class WeightIOExceptionpublic Explanation explain(LeafReaderContext context, int doc) throws IOException
explain in class WeightIOExceptionCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.