Uses of Interface
org.skife.lucene.graph.ObjectIndexFilter

Uses of ObjectIndexFilter in org.skife.lucene.graph
 

Classes in org.skife.lucene.graph that implement ObjectIndexFilter
 class StandardLibraryFilter
          Filter which excludes classes in the java standard library, such as java.lang.String or java.lang.Class.
 

Constructors in org.skife.lucene.graph with parameters of type ObjectIndexFilter
IndexBuilder(org.apache.commons.grafolia.graph.Graph graph, MetadataFactory metadata, ObjectIndexFilter filter, org.apache.lucene.index.IndexWriter writer, NameMapper names, ValueMapper values)
          Be sure to call run after instantiation to build the actual index!
GraphIndexer(MetadataFactory metadata, ObjectIndexFilter filter)
          Provides the same behavior as the GraphIndexer.GraphIndexer() constructor except provides for metadata and filtering which objects are indexed
GraphIndexer(org.apache.commons.grafolia.graph.WalkerFactory walkerFactory, MetadataFactory metadata, org.apache.lucene.analysis.Analyzer analyzer, ObjectIndexFilter filter, NameMapper nameMapper, ValueMapper valueMapper)
          Fully specify the behavior of the GraphIndexer
 



Copyright © 2004 Brian McCallister. All Rights Reserved.