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
Field Summary
Filterfilter
longtimestamp
Constructor Summary
FilterItem(Filter filter)

Field Detail

filter

public Filter filter

timestamp

public long timestamp

Constructor Detail

FilterItem

public FilterItem(Filter filter)
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.