com.browseengine.bobo.search.section
Class SectionSearchQuery.SectionSearchScorer

java.lang.Object
  extended by org.apache.lucene.search.DocIdSetIterator
      extended by org.apache.lucene.search.Scorer
          extended by com.browseengine.bobo.search.section.SectionSearchQuery.SectionSearchScorer
Enclosing class:
SectionSearchQuery

public class SectionSearchQuery.SectionSearchScorer
extends org.apache.lucene.search.Scorer


Field Summary
 
Fields inherited from class org.apache.lucene.search.DocIdSetIterator
NO_MORE_DOCS
 
Constructor Summary
SectionSearchQuery.SectionSearchScorer(org.apache.lucene.search.Similarity similarity, float score, org.apache.lucene.index.IndexReader reader)
           
 
Method Summary
 int advance(int target)
           
 int docID()
           
 int nextDoc()
           
 float score()
           
 
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

SectionSearchQuery.SectionSearchScorer

public SectionSearchQuery.SectionSearchScorer(org.apache.lucene.search.Similarity similarity,
                                              float score,
                                              org.apache.lucene.index.IndexReader reader)
                                       throws IOException
Throws:
IOException
Method Detail

docID

public int docID()
Specified by:
docID in class org.apache.lucene.search.DocIdSetIterator

nextDoc

public int nextDoc()
            throws IOException
Specified by:
nextDoc in class org.apache.lucene.search.DocIdSetIterator
Throws:
IOException

score

public float score()
            throws IOException
Specified by:
score in class org.apache.lucene.search.Scorer
Throws:
IOException

advance

public int advance(int target)
            throws IOException
Specified by:
advance in class org.apache.lucene.search.DocIdSetIterator
Throws:
IOException


Copyright © 2011. All Rights Reserved.