org.neo4j.index.impl.lucene
Class LuceneBatchInserterIndexProvider

java.lang.Object
  extended by 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 BatchInserterIndexs from this provider are compatible with Indexs from LuceneIndexImplementation.


Constructor Summary
LuceneBatchInserterIndexProvider(org.neo4j.kernel.impl.batchinsert.BatchInserter inserter)
           
 
Method Summary
 BatchInserterIndex nodeIndex(String indexName, Map<String,String> config)
           
 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.kernel.impl.batchinsert.BatchInserter inserter)
Method Detail

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.