org.apache.lucene.search
Class FilterManager.FilterItem
protected
class
FilterManager.FilterItem
extends Object
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
public long timestamp
public FilterItem(
Filter filter)
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.