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