org.elasticsearch.common.lucene.docset
Class GetDocSet

java.lang.Object
  extended by org.apache.lucene.search.DocIdSet
      extended by org.elasticsearch.common.lucene.docset.DocSet
          extended by org.elasticsearch.common.lucene.docset.GetDocSet
Direct Known Subclasses:
NotDocSet

public abstract class GetDocSet
extends DocSet


Field Summary
 
Fields inherited from class org.elasticsearch.common.lucene.docset.DocSet
EMPTY_DOC_SET
 
Fields inherited from class org.apache.lucene.search.DocIdSet
EMPTY_DOCIDSET
 
Constructor Summary
protected GetDocSet(int maxDoc)
           
 
Method Summary
 org.apache.lucene.search.DocIdSetIterator iterator()
           
 
Methods inherited from class org.elasticsearch.common.lucene.docset.DocSet
get
 
Methods inherited from class org.apache.lucene.search.DocIdSet
isCacheable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDocSet

protected GetDocSet(int maxDoc)
Method Detail

iterator

public org.apache.lucene.search.DocIdSetIterator iterator()
                                                   throws java.io.IOException
Specified by:
iterator in class org.apache.lucene.search.DocIdSet
Throws:
java.io.IOException