protected class FunctionQuery.AllScorer extends Scorer
Scorer.ChildScorer| Constructor and Description |
|---|
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 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-2016 Apache Software Foundation. All Rights Reserved.