public final class FixedBitSetCachingWrapperFilter extends CachingWrapperFilter
CachingWrapperFilter that caches sets using a FixedBitSet,
as required for joins.| Constructor and Description |
|---|
FixedBitSetCachingWrapperFilter(Filter filter)
Sole constructor, see
CachingWrapperFilter.CachingWrapperFilter(Filter). |
| Modifier and Type | Method and Description |
|---|---|
protected DocIdSet |
docIdSetToCache(DocIdSet docIdSet,
AtomicReader reader) |
cacheImpl, equals, getDocIdSet, getFilter, hashCode, ramBytesUsed, toStringpublic FixedBitSetCachingWrapperFilter(Filter filter)
CachingWrapperFilter.CachingWrapperFilter(Filter).protected DocIdSet docIdSetToCache(DocIdSet docIdSet, AtomicReader reader) throws IOException
docIdSetToCache in class CachingWrapperFilterIOExceptionCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.