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
All Implemented Interfaces:
org.apache.lucene.util.Bits
Direct Known Subclasses:
AllDocSet, AndDocSet, FixedBitDocSet, GetDocSet, OpenBitDocSet, OrDocSet

public abstract class DocSet
extends org.apache.lucene.search.DocIdSet
implements org.apache.lucene.util.Bits


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.lucene.util.Bits
org.apache.lucene.util.Bits.MatchAllBits, org.apache.lucene.util.Bits.MatchNoBits
 
Field Summary
static DocSet EMPTY_DOC_SET
           
 
Fields inherited from class org.apache.lucene.search.DocIdSet
EMPTY_DOCIDSET
 
Fields inherited from interface org.apache.lucene.util.Bits
EMPTY_ARRAY
 
Constructor Summary
DocSet()
           
 
Method Summary
abstract  boolean get(int doc)
           
abstract  long sizeInBytes()
           
 
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
 
Methods inherited from interface org.apache.lucene.util.Bits
length
 

Field Detail

EMPTY_DOC_SET

public static final DocSet EMPTY_DOC_SET
Constructor Detail

DocSet

public DocSet()
Method Detail

get

public abstract boolean get(int doc)
Specified by:
get in interface org.apache.lucene.util.Bits

sizeInBytes

public abstract long sizeInBytes()


Copyright © 2009-2012. All Rights Reserved.