org.neo4j.index.impl.lucene
Class LuceneBatchInserterIndexProvider
java.lang.Object
org.neo4j.index.impl.lucene.LuceneBatchInserterIndexProvider
- All Implemented Interfaces:
- BatchInserterIndexProvider
public class LuceneBatchInserterIndexProvider
- extends Object
- implements BatchInserterIndexProvider
The BatchInserter
version of LuceneIndexImplementation
. Indexes
created and populated using BatchInserterIndex
s from this provider
are compatible with Index
s from LuceneIndexImplementation
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LuceneBatchInserterIndexProvider
public LuceneBatchInserterIndexProvider(org.neo4j.kernel.impl.batchinsert.BatchInserter inserter)
nodeIndex
public BatchInserterIndex nodeIndex(String indexName,
Map<String,String> config)
- Specified by:
nodeIndex
in interface BatchInserterIndexProvider
relationshipIndex
public BatchInserterIndex relationshipIndex(String indexName,
Map<String,String> config)
- Specified by:
relationshipIndex
in interface BatchInserterIndexProvider
shutdown
public void shutdown()
- Specified by:
shutdown
in interface BatchInserterIndexProvider
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.