public abstract class BitDocIdSetFilter extends Filter
Filter that produces BitDocIdSets.| Modifier | Constructor and Description |
|---|---|
protected |
BitDocIdSetFilter()
Sole constructor, typically called from sub-classes.
|
| Modifier and Type | Method and Description |
|---|---|
abstract BitDocIdSet |
getDocIdSet(LeafReaderContext context)
Same as
getDocIdSet(LeafReaderContext, Bits) but does not take
acceptDocs into account and guarantees to return a BitDocIdSet. |
DocIdSet |
getDocIdSet(LeafReaderContext context,
Bits acceptDocs) |
createWeightprotected BitDocIdSetFilter()
public abstract BitDocIdSet getDocIdSet(LeafReaderContext context) throws IOException
getDocIdSet(LeafReaderContext, Bits) but does not take
acceptDocs into account and guarantees to return a BitDocIdSet.IOExceptionpublic final DocIdSet getDocIdSet(LeafReaderContext context, Bits acceptDocs) throws IOException
getDocIdSet in class FilterIOExceptionCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.