|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neo4j.index.impl.lucene.LuceneBatchInserterIndexProvider
LuceneBatchInserterIndexProvider
as of Neo4j 1.7.
public class LuceneBatchInserterIndexProvider
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 |
|---|
public LuceneBatchInserterIndexProvider(org.neo4j.kernel.impl.batchinsert.BatchInserter inserter)
LuceneBatchInserterIndexProvider
as of Neo4j 1.7.
| Method Detail |
|---|
public org.neo4j.graphdb.index.BatchInserterIndex nodeIndex(String indexName,
Map<String,String> config)
nodeIndex in interface org.neo4j.graphdb.index.BatchInserterIndexProvider
public org.neo4j.graphdb.index.BatchInserterIndex relationshipIndex(String indexName,
Map<String,String> config)
relationshipIndex in interface org.neo4j.graphdb.index.BatchInserterIndexProviderpublic void shutdown()
shutdown in interface org.neo4j.graphdb.index.BatchInserterIndexProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||