@Deprecated public class LuceneBatchInserterIndexProvider extends Object implements org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider
BatchInserter version of the Lucene-based indexes. Indexes
created and populated using BatchInserterIndexs from this provider
are compatible with the normal Indexes.| Constructor and Description |
|---|
LuceneBatchInserterIndexProvider(org.neo4j.unsafe.batchinsert.BatchInserter inserter)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.unsafe.batchinsert.BatchInserterIndex |
nodeIndex(String indexName,
Map<String,String> config)
Deprecated.
|
org.neo4j.unsafe.batchinsert.BatchInserterIndex |
relationshipIndex(String indexName,
Map<String,String> config)
Deprecated.
|
void |
shutdown()
Deprecated.
|
@Deprecated public LuceneBatchInserterIndexProvider(org.neo4j.unsafe.batchinsert.BatchInserter inserter)
@Deprecated public org.neo4j.unsafe.batchinsert.BatchInserterIndex nodeIndex(String indexName, Map<String,String> config)
nodeIndex in interface org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider@Deprecated public org.neo4j.unsafe.batchinsert.BatchInserterIndex relationshipIndex(String indexName, Map<String,String> config)
relationshipIndex in interface org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider@Deprecated public void shutdown()
shutdown in interface org.neo4j.unsafe.batchinsert.BatchInserterIndexProviderCopyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.