public class NotFilter
extends org.apache.lucene.search.Filter
| Constructor and Description |
|---|
NotFilter(org.apache.lucene.search.Filter filter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.apache.lucene.search.Filter |
filter() |
org.apache.lucene.search.DocIdSet |
getDocIdSet(org.apache.lucene.index.AtomicReaderContext context,
org.apache.lucene.util.Bits acceptDocs) |
int |
hashCode() |
String |
toString() |
public org.apache.lucene.search.Filter filter()
public org.apache.lucene.search.DocIdSet getDocIdSet(org.apache.lucene.index.AtomicReaderContext context,
org.apache.lucene.util.Bits acceptDocs)
throws IOException
getDocIdSet in class org.apache.lucene.search.FilterIOExceptionCopyright © 2009–2016. All rights reserved.