public abstract class BitDocIdSetFilter extends Filter
Filter
that produces BitDocIdSet
s.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) |
createWeight
protected 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
.IOException
public final DocIdSet getDocIdSet(LeafReaderContext context, Bits acceptDocs) throws IOException
getDocIdSet
in class Filter
IOException
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.