org.neo4j.index.impl.lucene
Class LuceneBatchInserterIndexProviderImpl
java.lang.Object
org.neo4j.index.impl.lucene.LuceneBatchInserterIndexProviderImpl
- All Implemented Interfaces:
- org.neo4j.graphdb.index.BatchInserterIndexProvider
Deprecated. This class is being replaced by
LuceneBatchInserterIndexProviderNewImpl as of Neo4j 1.7.
public class LuceneBatchInserterIndexProviderImpl
- 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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LuceneBatchInserterIndexProviderImpl
public LuceneBatchInserterIndexProviderImpl(org.neo4j.kernel.impl.batchinsert.BatchInserter inserter)
- Deprecated.
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.