org.elasticsearch.common.lucene.docset
Class NotDocIdSet

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

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


Nested Class Summary
static class NotDocIdSet.NotDocIdSetIterator
           
 
Field Summary
 
Fields inherited from class org.apache.lucene.search.DocIdSet
EMPTY_DOCIDSET
 
Constructor Summary
NotDocIdSet(org.apache.lucene.search.DocIdSet set, int max)
           
 
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

NotDocIdSet

public NotDocIdSet(org.apache.lucene.search.DocIdSet set,
                   int max)
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.