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.DocIdSetpublic long ramBytesUsed()
ramBytesUsed in interface org.apache.lucene.util.AccountableramBytesUsed in class org.apache.lucene.search.DocIdSetpublic org.apache.lucene.util.Bits bits()
throws IOException
bits in class org.apache.lucene.search.DocIdSetIOExceptionpublic org.apache.lucene.search.DocIdSetIterator iterator()
throws IOException
iterator in class org.apache.lucene.search.DocIdSetIOExceptionCopyright © 2009–2016. All rights reserved.