org.apache.blur.lucene.search
Class SuperQuery.SuperScorer
java.lang.Object
org.apache.lucene.search.DocIdSetIterator
org.apache.lucene.index.DocsEnum
org.apache.lucene.search.Scorer
org.apache.blur.lucene.search.SuperQuery.SuperScorer
- Enclosing class:
- SuperQuery
public static class SuperQuery.SuperScorer
- extends org.apache.lucene.search.Scorer
Nested classes/interfaces inherited from class org.apache.lucene.search.Scorer |
org.apache.lucene.search.Scorer.ChildScorer |
Fields inherited from class org.apache.lucene.search.DocIdSetIterator |
NO_MORE_DOCS |
Methods inherited from class org.apache.lucene.search.Scorer |
getChildren, getWeight, score, score |
score
public float score()
throws IOException
- Specified by:
score
in class org.apache.lucene.search.Scorer
- Throws:
IOException
docID
public int docID()
- Specified by:
docID
in class org.apache.lucene.search.DocIdSetIterator
advance
public int advance(int target)
throws IOException
- Specified by:
advance
in class org.apache.lucene.search.DocIdSetIterator
- Throws:
IOException
nextDoc
public int nextDoc()
throws IOException
- Specified by:
nextDoc
in class org.apache.lucene.search.DocIdSetIterator
- Throws:
IOException
freq
public int freq()
throws IOException
- Specified by:
freq
in class DocsEnum
- Throws:
IOException
cost
public long cost()
- Specified by:
cost
in class org.apache.lucene.search.DocIdSetIterator
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.