org.apache.solr.search.function
Class FunctionQuery.AllScorer
java.lang.Object
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
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