protected class FunctionQuery.AllScorer extends Scorer
Scorer.ChildScorer| Constructor and Description |
|---|
FunctionQuery.AllScorer(LeafReaderContext context,
FunctionQuery.FunctionWeight w,
float qWeight) |
| Modifier and Type | Method and Description |
|---|---|
int |
docID() |
Explanation |
explain(int doc) |
int |
freq() |
DocIdSetIterator |
iterator() |
float |
score() |
getChildren, getWeight, twoPhaseIteratorpublic FunctionQuery.AllScorer(LeafReaderContext context, FunctionQuery.FunctionWeight w, float qWeight) throws IOException
IOExceptionpublic DocIdSetIterator iterator()
public float score()
throws IOException
score in class ScorerIOExceptionpublic int freq()
throws IOException
freq in class ScorerIOExceptionpublic Explanation explain(int doc) throws IOException
IOExceptionCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.