public class LuceneLegacyIndexTransaction extends Object implements org.neo4j.kernel.spi.legacyindex.LegacyIndexProviderTransaction
| Constructor and Description |
|---|
LuceneLegacyIndexTransaction(LuceneDataSource dataSource,
org.neo4j.kernel.spi.legacyindex.IndexCommandFactory commandFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.neo4j.kernel.api.LegacyIndex |
nodeIndex(String indexName,
Map<String,String> configuration) |
org.neo4j.kernel.api.LegacyIndex |
relationshipIndex(String indexName,
Map<String,String> configuration) |
public LuceneLegacyIndexTransaction(LuceneDataSource dataSource, org.neo4j.kernel.spi.legacyindex.IndexCommandFactory commandFactory)
public org.neo4j.kernel.api.LegacyIndex nodeIndex(String indexName, Map<String,String> configuration)
nodeIndex in interface org.neo4j.kernel.spi.legacyindex.LegacyIndexProviderTransactionpublic org.neo4j.kernel.api.LegacyIndex relationshipIndex(String indexName, Map<String,String> configuration)
relationshipIndex in interface org.neo4j.kernel.spi.legacyindex.LegacyIndexProviderTransactionpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in interface org.neo4j.kernel.spi.legacyindex.LegacyIndexProviderTransactionCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.