protected class FunctionQuery.FunctionWeight extends Weight
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) |
float |
getValueForNormalization() |
void |
normalize(float norm,
float topLevelBoost) |
Scorer |
scorer(LeafReaderContext context,
Bits acceptDocs) |
bulkScorer, getQuery
protected final IndexSearcher searcher
protected float queryNorm
protected float queryWeight
protected final Map context
public FunctionQuery.FunctionWeight(IndexSearcher searcher) throws IOException
IOException
public float getValueForNormalization() throws IOException
getValueForNormalization
in class Weight
IOException
public void normalize(float norm, float topLevelBoost)
public Scorer scorer(LeafReaderContext context, Bits acceptDocs) throws IOException
scorer
in class Weight
IOException
public Explanation explain(LeafReaderContext context, int doc) throws IOException
explain
in class Weight
IOException
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.