public class CachingWrapperFilter extends Filter
QueryFilter
. The purpose is to allow
filters to simply filter, and then wrap with this class to add
caching, keeping the two concerns decoupled yet composable.Constructor and Description |
---|
CachingWrapperFilter(Filter filter) |
public CachingWrapperFilter(Filter filter)
filter
- Filter to cache results ofpublic BitSet bits(IndexReader reader) throws IOException
Filter
bits
in class Filter
IOException
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.