org.apache.lucene.search
public class CachingWrapperFilter extends Filter
Modifier and Type | Field and Description |
---|---|
protected Map |
cache
A transient Filter cache.
|
protected Filter |
filter |
Constructor and Description |
---|
CachingWrapperFilter(Filter filter) |
protected Filter filter
protected transient Map cache
RemoteSearchable
use
RemoteCachingWrapperFilter
instead.public CachingWrapperFilter(Filter filter)
filter
- Filter to cache results ofpublic BitSet bits(IndexReader reader) throws IOException
Filter
bits
in class Filter
IOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.