org.elasticsearch.common.lucene.docset
Class OrDocIdSet

java.lang.Object
  extended by org.apache.lucene.search.DocIdSet
      extended by org.elasticsearch.common.lucene.docset.OrDocIdSet

public class OrDocIdSet
extends org.apache.lucene.search.DocIdSet


Nested Class Summary
 class OrDocIdSet.OrDocIdSetIterator
           
 
Field Summary
 
Fields inherited from class org.apache.lucene.search.DocIdSet
EMPTY_DOCIDSET
 
Constructor Summary
OrDocIdSet(List<org.apache.lucene.search.DocIdSet> sets)
           
 
Method Summary
 boolean isCacheable()
           
 org.apache.lucene.search.DocIdSetIterator iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrDocIdSet

public OrDocIdSet(List<org.apache.lucene.search.DocIdSet> sets)
Method Detail

isCacheable

public boolean isCacheable()
Overrides:
isCacheable in class org.apache.lucene.search.DocIdSet

iterator

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


Copyright © 2009-2012. All Rights Reserved.