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

Uses of MetadataFactory in org.skife.lucene.graph
 

Constructors in org.skife.lucene.graph with parameters of type MetadataFactory
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)
          Provides the same behavior as the GraphIndexer.GraphIndexer() constructor except provides for metadata
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.