org.apache.solr.search
Class SolrConstantScoreQuery.ConstantScorer
java.lang.Object
org.apache.lucene.search.DocIdSetIterator
org.apache.lucene.search.Scorer
org.apache.solr.search.SolrConstantScoreQuery.ConstantScorer
- Enclosing class:
- SolrConstantScoreQuery
protected class SolrConstantScoreQuery.ConstantScorer
- extends Scorer
Fields inherited from class org.apache.lucene.search.Scorer |
weight |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SolrConstantScoreQuery.ConstantScorer
public SolrConstantScoreQuery.ConstantScorer(Similarity similarity,
IndexReader reader,
SolrConstantScoreQuery.ConstantWeight w)
throws IOException
- Throws:
IOException
nextDoc
public int nextDoc()
throws IOException
- Specified by:
nextDoc
in class DocIdSetIterator
- Throws:
IOException
docID
public int docID()
- Specified by:
docID
in class DocIdSetIterator
score
public float score()
throws IOException
- Specified by:
score
in class Scorer
- Throws:
IOException
advance
public int advance(int target)
throws IOException
- Specified by:
advance
in class DocIdSetIterator
- Throws:
IOException
explain
public Explanation explain(int doc)
throws IOException
- Throws:
IOException