com.browseengine.bobo.query
Class MatchAllDocIdSetIterator

java.lang.Object
  extended by org.apache.lucene.search.DocIdSetIterator
      extended by com.browseengine.bobo.query.MatchAllDocIdSetIterator

public class MatchAllDocIdSetIterator
extends org.apache.lucene.search.DocIdSetIterator


Field Summary
 
Fields inherited from class org.apache.lucene.search.DocIdSetIterator
NO_MORE_DOCS
 
Constructor Summary
MatchAllDocIdSetIterator(org.apache.lucene.index.IndexReader reader)
           
 
Method Summary
 int advance(int target)
           
 int docID()
           
 int nextDoc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchAllDocIdSetIterator

public MatchAllDocIdSetIterator(org.apache.lucene.index.IndexReader reader)
                         throws IOException
Throws:
IOException
Method Detail

advance

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

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


Copyright © 2011. All Rights Reserved.