public abstract class FixedBitSetFilter
extends org.apache.lucene.search.Filter
FixedBitSet
.Constructor and Description |
---|
FixedBitSetFilter() |
Modifier and Type | Method and Description |
---|---|
abstract org.apache.lucene.util.FixedBitSet |
getDocIdSet(org.apache.lucene.index.AtomicReaderContext context,
org.apache.lucene.util.Bits acceptDocs) |
public abstract org.apache.lucene.util.FixedBitSet 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.