|
Neo4j Community | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatchInserterIndex | |
---|---|
org.neo4j.graphdb.index | Integrated API for node and relationship indexing. |
org.neo4j.unsafe.batchinsert | Tools for high-performance data insertion; make sure to read the instructions before using. |
Uses of BatchInserterIndex in org.neo4j.graphdb.index |
---|
Subinterfaces of BatchInserterIndex in org.neo4j.graphdb.index | |
---|---|
interface |
BatchInserterIndex
Deprecated. this interface has been moved to BatchInserterIndex as of
version 1.7 |
Uses of BatchInserterIndex in org.neo4j.unsafe.batchinsert |
---|
Methods in org.neo4j.unsafe.batchinsert that return BatchInserterIndex | |
---|---|
BatchInserterIndex |
LuceneBatchInserterIndexProvider.nodeIndex(String indexName,
Map<String,String> config)
|
BatchInserterIndex |
BatchInserterIndexProvider.nodeIndex(String indexName,
Map<String,String> config)
Returns a BatchInserterIndex for Node s for the name
indexName with the given config . |
BatchInserterIndex |
LuceneBatchInserterIndexProvider.relationshipIndex(String indexName,
Map<String,String> config)
|
BatchInserterIndex |
BatchInserterIndexProvider.relationshipIndex(String indexName,
Map<String,String> config)
Returns a BatchInserterIndex for Relationship s for the name
indexName with the given config . |
|
Neo4j Community | |||||||||
PREV NEXT | FRAMES NO FRAMES |