Lucene.Net 1.9.1 Class Library

CachingWrapperFilter Class

Wraps another filter's result and caches it. The caching behavior is like {@link 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.

For a list of all members of this type, see CachingWrapperFilter Members.

System.Object
   Lucene.Net.Search.Filter
      Lucene.Net.Search.CachingWrapperFilter

public class CachingWrapperFilter : Filter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Search

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

CachingWrapperFilter Members | Lucene.Net.Search Namespace