org.skife.lucene.graph
Interface ObjectIndexFilter

All Known Implementing Classes:
StandardLibraryFilter

public interface ObjectIndexFilter

Used to filter out specific entities while still traversing them. To stop traversal at an entity, replace the walker


Method Summary
 boolean include(java.lang.Object entity)
          Return true to include entity in an index, or false to exclude it.
 

Method Detail

include

public boolean include(java.lang.Object entity)
Return true to include entity in an index, or false to exclude it.



Copyright © 2004 Brian McCallister. All Rights Reserved.