org.neo4j.unsafe.batchinsert
Class LuceneBatchInserterIndexProvider

java.lang.Object
  extended by org.neo4j.unsafe.batchinsert.LuceneBatchInserterIndexProvider
All Implemented Interfaces:
org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider

public class LuceneBatchInserterIndexProvider
extends Object
implements org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider

The BatchInserter version of the Lucene-based indexes. Indexes created and populated using BatchInserterIndexs from this provider are compatible with the normal Indexes.


Constructor Summary
LuceneBatchInserterIndexProvider(org.neo4j.unsafe.batchinsert.BatchInserter inserter)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LuceneBatchInserterIndexProvider

public LuceneBatchInserterIndexProvider(org.neo4j.unsafe.batchinsert.BatchInserter inserter)
Method Detail

nodeIndex

public org.neo4j.unsafe.batchinsert.BatchInserterIndex nodeIndex(String indexName,
                                                                 Map<String,String> config)
Specified by:
nodeIndex in interface org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider

relationshipIndex

public org.neo4j.unsafe.batchinsert.BatchInserterIndex relationshipIndex(String indexName,
                                                                         Map<String,String> config)
Specified by:
relationshipIndex in interface org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider

shutdown

public void shutdown()
Specified by:
shutdown in interface org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.