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.LegacyIndexProviderTransaction
public org.neo4j.kernel.api.LegacyIndex relationshipIndex(String indexName, Map<String,String> configuration)
relationshipIndex
in interface org.neo4j.kernel.spi.legacyindex.LegacyIndexProviderTransaction
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in interface org.neo4j.kernel.spi.legacyindex.LegacyIndexProviderTransaction
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.