public class NonNestedDocsFilter
extends org.apache.lucene.search.Filter
Modifier and Type | Field and Description |
---|---|
static NonNestedDocsFilter |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
org.apache.lucene.search.DocIdSet |
getDocIdSet(org.apache.lucene.index.AtomicReaderContext context,
org.apache.lucene.util.Bits acceptDocs) |
int |
hashCode() |
public static final NonNestedDocsFilter INSTANCE
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.Filter
IOException
Copyright © 2009–2015. All rights reserved.