org.elasticsearch.common.lucene.docset
Class AndDocIdSet

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

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


Field Summary
 
Fields inherited from class org.apache.lucene.search.DocIdSet
EMPTY_DOCIDSET
 
Constructor Summary
AndDocIdSet(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

AndDocIdSet

public AndDocIdSet(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.