QueryBitSetProducer instead@Deprecated public class BitDocIdSetCachingWrapperFilter extends BitDocIdSetFilter
Filter wrapper that implements BitDocIdSetFilter.| Constructor and Description |
|---|
BitDocIdSetCachingWrapperFilter(Filter filter)
Deprecated.
Wraps another filter's result and caches it into bitsets.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Deprecated.
|
BitDocIdSet |
getDocIdSet(LeafReaderContext context)
Deprecated.
Same as
BitDocIdSetFilter.getDocIdSet(LeafReaderContext, Bits) but does not take
acceptDocs into account and guarantees to return a BitDocIdSet. |
Filter |
getFilter()
Deprecated.
Gets the contained filter.
|
int |
hashCode()
Deprecated.
|
String |
toString(String field)
Deprecated.
|
getBitSet, getDocIdSetpublic BitDocIdSetCachingWrapperFilter(Filter filter)
filter - Filter to cache results ofpublic Filter getFilter()
public BitDocIdSet getDocIdSet(LeafReaderContext context) throws IOException
BitDocIdSetFilterBitDocIdSetFilter.getDocIdSet(LeafReaderContext, Bits) but does not take
acceptDocs into account and guarantees to return a BitDocIdSet.getDocIdSet in class BitDocIdSetFilterIOExceptionCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.