com.browseengine.bobo.query
Class MatchAllDocIdSetIterator
java.lang.Object
org.apache.lucene.search.DocIdSetIterator
com.browseengine.bobo.query.MatchAllDocIdSetIterator
public class MatchAllDocIdSetIterator
- extends org.apache.lucene.search.DocIdSetIterator
| Fields inherited from class org.apache.lucene.search.DocIdSetIterator |
NO_MORE_DOCS |
| Methods inherited from class org.apache.lucene.search.DocIdSetIterator |
doc, next, skipTo |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatchAllDocIdSetIterator
public MatchAllDocIdSetIterator(org.apache.lucene.index.IndexReader reader)
throws IOException
- Throws:
IOException
advance
public int advance(int target)
throws IOException
- Overrides:
advance in class org.apache.lucene.search.DocIdSetIterator
- Throws:
IOException
docID
public int docID()
- Overrides:
docID in class org.apache.lucene.search.DocIdSetIterator
nextDoc
public int nextDoc()
throws IOException
- Overrides:
nextDoc in class org.apache.lucene.search.DocIdSetIterator
- Throws:
IOException
Copyright © 2011. All Rights Reserved.