org.neo4j.index.impl.lucene
Class LuceneBatchInserterIndexProvider

java.lang.Object
  extended by org.neo4j.index.impl.lucene.LuceneBatchInserterIndexProvider
All Implemented Interfaces:
org.neo4j.graphdb.index.BatchInserterIndexProvider

Deprecated. This class has been replaced by LuceneBatchInserterIndexProvider as of Neo4j 1.7.

public class LuceneBatchInserterIndexProvider
extends Object
implements org.neo4j.graphdb.index.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)
          Deprecated. This class has been replaced by LuceneBatchInserterIndexProvider as of Neo4j 1.7.
 
Method Summary
 org.neo4j.graphdb.index.BatchInserterIndex nodeIndex(String indexName, Map<String,String> config)
          Deprecated.  
 org.neo4j.graphdb.index.BatchInserterIndex relationshipIndex(String indexName, Map<String,String> config)
          Deprecated.  
 void shutdown()
          Deprecated.  
 
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)
Deprecated. This class has been replaced by LuceneBatchInserterIndexProvider as of Neo4j 1.7.

Method Detail

nodeIndex

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

relationshipIndex

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

shutdown

public void shutdown()
Deprecated. 
Specified by:
shutdown in interface org.neo4j.graphdb.index.BatchInserterIndexProvider


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