public class LuceneBatchInserterIndexProviderNewImpl extends Object implements org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider
BatchInserter
version of LuceneIndexImplementation
. Indexes
created and populated using BatchInserterIndex
s from this provider
are compatible with Index
s from LuceneIndexImplementation
.Constructor and Description |
---|
LuceneBatchInserterIndexProviderNewImpl(org.neo4j.unsafe.batchinsert.BatchInserter inserter) |
Modifier and Type | Method and Description |
---|---|
org.neo4j.unsafe.batchinsert.BatchInserterIndex |
nodeIndex(String indexName,
Map<String,String> config) |
org.neo4j.unsafe.batchinsert.BatchInserterIndex |
relationshipIndex(String indexName,
Map<String,String> config) |
void |
shutdown() |
public LuceneBatchInserterIndexProviderNewImpl(org.neo4j.unsafe.batchinsert.BatchInserter inserter)
public org.neo4j.unsafe.batchinsert.BatchInserterIndex nodeIndex(String indexName, Map<String,String> config)
nodeIndex
in interface org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider
public org.neo4j.unsafe.batchinsert.BatchInserterIndex relationshipIndex(String indexName, Map<String,String> config)
relationshipIndex
in interface org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider
public void shutdown()
shutdown
in interface org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.