Neo4j Enterprise

Uses of Interface
org.neo4j.graphdb.index.IndexProviders

Packages that use IndexProviders
org.neo4j.index.lucene Contains QueryContext and ValueContext which is part of the public API for an Index backed by Lucene. 
 

Uses of IndexProviders in org.neo4j.index.lucene
 

Methods in org.neo4j.index.lucene that return IndexProviders
 IndexProviders LuceneKernelExtensionFactory.Dependencies.getIndexProviders()
           
 

Constructors in org.neo4j.index.lucene with parameters of type IndexProviders
LuceneKernelExtension(Config config, GraphDatabaseService gdb, TransactionManager txManager, org.neo4j.kernel.impl.index.IndexStore indexStore, org.neo4j.kernel.impl.transaction.xaframework.XaFactory xaFactory, org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fileSystemAbstraction, org.neo4j.kernel.impl.transaction.XaDataSourceManager xaDataSourceManager, IndexProviders indexProviders)
           
 


Neo4j Enterprise

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