org.elasticsearch.common.lucene.docset
Class NotDocIdSet.NotDocIdSetIterator

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

public static class NotDocIdSet.NotDocIdSetIterator
extends org.apache.lucene.search.DocIdSetIterator


Field Summary
 
Fields inherited from class org.apache.lucene.search.DocIdSetIterator
NO_MORE_DOCS
 
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
 

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.