org.skife.lucene.graph
Class StandardLibraryFilter

java.lang.Object
  extended byorg.skife.lucene.graph.StandardLibraryFilter
All Implemented Interfaces:
ObjectIndexFilter

public class StandardLibraryFilter
extends java.lang.Object
implements ObjectIndexFilter

Filter which excludes classes in the java standard library, such as java.lang.String or java.lang.Class. Almost always a good idea.


Constructor Summary
StandardLibraryFilter()
           
 
Method Summary
 boolean include(java.lang.Object entity)
          Returns false if entity is an instanceof a java*
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardLibraryFilter

public StandardLibraryFilter()
Method Detail

include

public boolean include(java.lang.Object entity)
Returns false if entity is an instanceof a java*

Specified by:
include in interface ObjectIndexFilter


Copyright © 2004 Brian McCallister. All Rights Reserved.