org.apache.solr.search.function
Class FunctionQuery.AllScorer

java.lang.Object
  extended by org.apache.lucene.search.Scorer
      extended by org.apache.solr.search.function.FunctionQuery.AllScorer
Enclosing class:
FunctionQuery

protected class FunctionQuery.AllScorer
extends Scorer


Constructor Summary
FunctionQuery.AllScorer(Similarity similarity, IndexReader reader, FunctionQuery.FunctionWeight w)
           
 
Method Summary
 int doc()
           
 Explanation explain(int doc)
           
 boolean next()
           
 float score()
           
 boolean skipTo(int target)
           
 
Methods inherited from class org.apache.lucene.search.Scorer
getSimilarity, score, score
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionQuery.AllScorer

public FunctionQuery.AllScorer(Similarity similarity,
                               IndexReader reader,
                               FunctionQuery.FunctionWeight w)
                        throws IOException
Throws:
IOException
Method Detail

next

public boolean next()
             throws IOException
Specified by:
next in class Scorer
Throws:
IOException

doc

public int doc()
Specified by:
doc in class Scorer

score

public float score()
            throws IOException
Specified by:
score in class Scorer
Throws:
IOException

skipTo

public boolean skipTo(int target)
               throws IOException
Specified by:
skipTo in class Scorer
Throws:
IOException

explain

public Explanation explain(int doc)
                    throws IOException
Specified by:
explain in class Scorer
Throws:
IOException


Copyright © 2006 - 2009 The Apache Software Foundation