org.elasticsearch.common.lucene.docset
Class DocSet

java.lang.Object
  extended by org.apache.lucene.search.DocIdSet
      extended by org.elasticsearch.common.lucene.docset.DocSet
Direct Known Subclasses:
AllDocSet, AndDocSet, GetDocSet, OpenBitDocSet, OrDocSet

public abstract class DocSet
extends org.apache.lucene.search.DocIdSet


Field Summary
static DocSet EMPTY_DOC_SET
           
 
Fields inherited from class org.apache.lucene.search.DocIdSet
EMPTY_DOCIDSET
 
Constructor Summary
DocSet()
           
 
Method Summary
abstract  boolean get(int doc)
           
 
Methods inherited from class org.apache.lucene.search.DocIdSet
isCacheable, iterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_DOC_SET

public static DocSet EMPTY_DOC_SET
Constructor Detail

DocSet

public DocSet()
Method Detail

get

public abstract boolean get(int doc)
                     throws java.io.IOException
Throws:
java.io.IOException