public class AbstractSolrCachingScorer
extends org.apache.lucene.search.Scorer
| Modifier and Type | Method and Description |
|---|---|
int |
doc() |
org.apache.lucene.search.Explanation |
explain(int position) |
boolean |
next() |
float |
score() |
boolean |
skipTo(int target) |
public boolean next()
throws IOException
next in class org.apache.lucene.search.DocIdSetIteratorIOExceptionpublic int doc()
doc in class org.apache.lucene.search.DocIdSetIteratorpublic float score()
throws IOException
score in class org.apache.lucene.search.ScorerIOExceptionpublic boolean skipTo(int target)
throws IOException
skipTo in class org.apache.lucene.search.DocIdSetIteratorIOExceptionpublic org.apache.lucene.search.Explanation explain(int position)
throws IOException
explain in class org.apache.lucene.search.ScorerIOExceptionCopyright © 2005–2017 Alfresco Software. All rights reserved.