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

Uses of NameMapper in org.skife.lucene.graph
 

Classes in org.skife.lucene.graph that implement NameMapper
 class SimpleNameMapper
          NameMapper which returns the lowercased base name of the class of the instance passed in.
 

Constructors in org.skife.lucene.graph with parameters of type NameMapper
PropertyChain(NameMapper names, ValueMapper values)
           
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(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.