org.apache.solr.search
Class SolrConstantScoreQuery.ConstantScorer

java.lang.Object
  extended by org.apache.lucene.search.DocIdSetIterator
      extended by org.apache.lucene.search.Scorer
          extended by org.apache.solr.search.SolrConstantScoreQuery.ConstantScorer
Enclosing class:
SolrConstantScoreQuery

protected class SolrConstantScoreQuery.ConstantScorer
extends org.apache.lucene.search.Scorer


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.lucene.search.Scorer
org.apache.lucene.search.Scorer.ScorerVisitor<P extends org.apache.lucene.search.Query,C extends org.apache.lucene.search.Query,S extends org.apache.lucene.search.Scorer>
 
Field Summary
 
Fields inherited from class org.apache.lucene.search.Scorer
weight
 
Fields inherited from class org.apache.lucene.search.DocIdSetIterator
NO_MORE_DOCS
 
Constructor Summary
SolrConstantScoreQuery.ConstantScorer(org.apache.lucene.search.Similarity similarity, org.apache.lucene.index.IndexReader reader, SolrConstantScoreQuery.ConstantWeight w)
           
 
Method Summary
 int advance(int target)
           
 int docID()
           
 org.apache.lucene.search.Explanation explain(int doc)
           
 int nextDoc()
           
 float score()
           
 
Methods inherited from class org.apache.lucene.search.Scorer
freq, getSimilarity, score, score, visitScorers, visitSubScorers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolrConstantScoreQuery.ConstantScorer

public SolrConstantScoreQuery.ConstantScorer(org.apache.lucene.search.Similarity similarity,
                                             org.apache.lucene.index.IndexReader reader,
                                             SolrConstantScoreQuery.ConstantWeight w)
                                      throws IOException
Throws:
IOException
Method Detail

nextDoc

public int nextDoc()
            throws IOException
Specified by:
nextDoc in class org.apache.lucene.search.DocIdSetIterator
Throws:
IOException

docID

public int docID()
Specified by:
docID in class org.apache.lucene.search.DocIdSetIterator

score

public float score()
            throws IOException
Specified by:
score in class org.apache.lucene.search.Scorer
Throws:
IOException

advance

public int advance(int target)
            throws IOException
Specified by:
advance in class org.apache.lucene.search.DocIdSetIterator
Throws:
IOException

explain

public org.apache.lucene.search.Explanation explain(int doc)
                                             throws IOException
Throws:
IOException


Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.