Uses of Class
org.neo4j.graphdb.index.IndexImplementation

Packages that use IndexImplementation
org.neo4j.graphdb.index Integrated API for node and relationship indexing. 
org.neo4j.index.impl.lucene An indexing implementation using Apache Lucene as backend. 
org.neo4j.index.lucene Contains QueryContext and ValueContext which is part of the public API for an Index backed by Lucene. 
 

Uses of IndexImplementation in org.neo4j.graphdb.index
 

Methods in org.neo4j.graphdb.index that return IndexImplementation
abstract  IndexImplementation IndexProvider.load(KernelData kernel)
           
 

Uses of IndexImplementation in org.neo4j.index.impl.lucene
 

Subclasses of IndexImplementation in org.neo4j.index.impl.lucene
 class LuceneIndexImplementation
           
 

Uses of IndexImplementation in org.neo4j.index.lucene
 

Methods in org.neo4j.index.lucene that return IndexImplementation
 IndexImplementation LuceneIndexProvider.load(KernelData kernel)
           
 



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.