public class NotDocIdSet
extends org.apache.lucene.search.DocIdSet
DocIdSet
that matches the "inverse" of the provided doc id set.Modifier and Type | Class and Description |
---|---|
static class |
NotDocIdSet.BitsBasedIterator |
static class |
NotDocIdSet.IteratorBasedIterator |
static class |
NotDocIdSet.NotBits |
Constructor and Description |
---|
NotDocIdSet(org.apache.lucene.search.DocIdSet set,
int maxDoc) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.util.Bits |
bits() |
boolean |
isCacheable() |
org.apache.lucene.search.DocIdSetIterator |
iterator() |
long |
ramBytesUsed() |
public NotDocIdSet(org.apache.lucene.search.DocIdSet set, int maxDoc)
public boolean isCacheable()
isCacheable
in class org.apache.lucene.search.DocIdSet
public long ramBytesUsed()
ramBytesUsed
in interface org.apache.lucene.util.Accountable
ramBytesUsed
in class org.apache.lucene.search.DocIdSet
public org.apache.lucene.util.Bits bits() throws IOException
bits
in class org.apache.lucene.search.DocIdSet
IOException
public org.apache.lucene.search.DocIdSetIterator iterator() throws IOException
iterator
in class org.apache.lucene.search.DocIdSet
IOException
Copyright © 2009–2015. All rights reserved.