org.apache.solr.search.function
Class FunctionQuery.AllScorer
java.lang.Object
org.apache.lucene.search.DocIdSetIterator
org.apache.lucene.search.Scorer
org.apache.solr.search.function.FunctionQuery.AllScorer
- Enclosing class:
- FunctionQuery
protected class FunctionQuery.AllScorer
- extends Scorer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionQuery.AllScorer
public FunctionQuery.AllScorer(Similarity similarity,
IndexReader reader,
FunctionQuery.FunctionWeight w)
throws IOException
- Throws:
IOException
docID
public int docID()
- Overrides:
docID
in class DocIdSetIterator
nextDoc
public int nextDoc()
throws IOException
- Overrides:
nextDoc
in class DocIdSetIterator
- Throws:
IOException
advance
public int advance(int target)
throws IOException
- Overrides:
advance
in class DocIdSetIterator
- Throws:
IOException
next
public boolean next()
throws IOException
- Overrides:
next
in class DocIdSetIterator
- Throws:
IOException
doc
public int doc()
- Overrides:
doc
in class DocIdSetIterator
score
public float score()
throws IOException
- Specified by:
score
in class Scorer
- Throws:
IOException
skipTo
public boolean skipTo(int target)
throws IOException
- Overrides:
skipTo
in class DocIdSetIterator
- Throws:
IOException
explain
public Explanation explain(int doc)
throws IOException
- Overrides:
explain
in class Scorer
- Throws:
IOException
Copyright © 2011 Apache Software Foundation. All Rights Reserved.