Holds the filter and the last time the filter was used, to make LRU-based cache cleaning possible. TODO: Clean this up when we switch to Java 1.5

Namespace: Lucene.Net.Search
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
protected internal class FilterItem
Visual Basic
Protected Friend Class FilterItem
Visual C++
protected public ref class FilterItem

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Search..::..FilterManager..::..FilterItem

See Also