org.apache.lucene.search
Class CachingWrapperFilter
- java.io.Serializable
public class CachingWrapperFilter
Wraps another filters result and caches it. The caching
behavior is like
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.
- Serialized Form
CachingWrapperFilter
public CachingWrapperFilter(Filter filter)
filter - Filter to cache results of
bits
public BitSet bits(IndexReader reader)
throws IOException- bits in interface Filter
toString
public String toString()
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.