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 org.apache.lucene.search.Scorer
|
Method Summary |
int |
doc()
|
org.apache.lucene.search.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 |
FunctionQuery.AllScorer
public FunctionQuery.AllScorer(org.apache.lucene.search.Similarity similarity,
org.apache.lucene.index.IndexReader reader,
FunctionQuery.FunctionWeight w)
throws IOException
- Throws:
IOException
next
public boolean next()
throws IOException
- Specified by:
next in class org.apache.lucene.search.DocIdSetIterator
- Throws:
IOException
doc
public int doc()
- Specified by:
doc 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
skipTo
public boolean skipTo(int target)
throws IOException
- Specified by:
skipTo in class org.apache.lucene.search.DocIdSetIterator
- Throws:
IOException
explain
public org.apache.lucene.search.Explanation explain(int doc)
throws IOException
- Specified by:
explain in class org.apache.lucene.search.Scorer
- Throws:
IOException
Copyright © 2009 Apache Software Foundation. All Rights Reserved.