protected class FunctionQuery.AllScorer extends Scorer
NO_MORE_DOCS| Constructor and Description |
|---|
FunctionQuery.AllScorer(Similarity similarity,
IndexReader reader,
FunctionQuery.FunctionWeight w) |
| Modifier and Type | Method and Description |
|---|---|
int |
advance(int target) |
int |
doc() |
int |
docID() |
Explanation |
explain(int doc) |
boolean |
next() |
int |
nextDoc() |
float |
score() |
boolean |
skipTo(int target) |
freq, getSimilarity, score, score, visitScorers, visitSubScorerspublic FunctionQuery.AllScorer(Similarity similarity, IndexReader reader, FunctionQuery.FunctionWeight w) throws IOException
IOExceptionpublic int docID()
docID in class DocIdSetIteratorpublic int nextDoc()
throws IOException
nextDoc in class DocIdSetIteratorIOExceptionpublic int advance(int target)
throws IOException
advance in class DocIdSetIteratorIOExceptionpublic boolean next()
throws IOException
IOExceptionpublic int doc()
public float score()
throws IOException
score in class ScorerIOExceptionpublic boolean skipTo(int target)
throws IOException
IOExceptionpublic Explanation explain(int doc) throws IOException
IOException