anl.aida.ae.lucene
Class CacheCreator.AllFilter

java.lang.Object
  extended by anl.aida.ae.lucene.CacheCreator.AllFilter
All Implemented Interfaces:
Filter<org.apache.lucene.index.Term>
Enclosing class:
CacheCreator

private static final class CacheCreator.AllFilter
extends java.lang.Object
implements Filter<org.apache.lucene.index.Term>


Constructor Summary
private CacheCreator.AllFilter()
           
 
Method Summary
 boolean evaluate(org.apache.lucene.index.Term item)
          Evaluates an item against some implementor specific criteria and returns true if the item passes the filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheCreator.AllFilter

private CacheCreator.AllFilter()
Method Detail

evaluate

public boolean evaluate(org.apache.lucene.index.Term item)
Description copied from interface: Filter
Evaluates an item against some implementor specific criteria and returns true if the item passes the filter.

Specified by:
evaluate in interface Filter<org.apache.lucene.index.Term>
Parameters:
item - the item to evaluate
Returns:
true if the item passes the filter, otherwise false.