|
Neo4j | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexProviders | |
---|---|
org.neo4j.graphdb.index | Integrated API for node and relationship indexing. |
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.graphdb.index |
---|
Methods in org.neo4j.graphdb.index that return IndexProviders | |
---|---|
IndexProviders |
IndexProviderKernelExtensionFactory.Dependencies.indexProviders()
|
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(org.neo4j.kernel.configuration.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,
org.neo4j.kernel.impl.transaction.xaframework.TxIdGenerator txIdGenerator,
org.neo4j.kernel.logging.Logging logging)
|
|
Neo4j | |||||||||
PREV NEXT | FRAMES NO FRAMES |