org.elasticsearch.common.lucene.docset
Class AllDocSet.AllDocIdSetIterator

java.lang.Object
  extended by org.apache.lucene.search.DocIdSetIterator
      extended by org.elasticsearch.common.lucene.docset.AllDocSet.AllDocIdSetIterator
Enclosing class:
AllDocSet

public static final class AllDocSet.AllDocIdSetIterator
extends org.apache.lucene.search.DocIdSetIterator


Field Summary
 
Fields inherited from class org.apache.lucene.search.DocIdSetIterator
NO_MORE_DOCS
 
Constructor Summary
AllDocSet.AllDocIdSetIterator(int maxDoc)
           
 
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

AllDocSet.AllDocIdSetIterator

public AllDocSet.AllDocIdSetIterator(int maxDoc)
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

advance

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


Copyright © 2009-2012. All Rights Reserved.