|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BatchInserterIndex | |
|---|---|
| org.neo4j.graphdb.index | Integrated API for node and relationship indexing. |
| org.neo4j.index.lucene.unsafe.batchinsert | |
| 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.index.lucene.unsafe.batchinsert |
|---|
| Methods in org.neo4j.index.lucene.unsafe.batchinsert that return BatchInserterIndex | |
|---|---|
BatchInserterIndex |
LuceneBatchInserterIndexProvider.nodeIndex(String indexName,
Map<String,String> config)
|
BatchInserterIndex |
LuceneBatchInserterIndexProvider.relationshipIndex(String indexName,
Map<String,String> config)
|
| Uses of BatchInserterIndex in org.neo4j.unsafe.batchinsert |
|---|
| Methods in org.neo4j.unsafe.batchinsert that return BatchInserterIndex | |
|---|---|
BatchInserterIndex |
BatchInserterIndexProvider.nodeIndex(String indexName,
Map<String,String> config)
Returns a BatchInserterIndex for Nodes for the name
indexName with the given config. |
BatchInserterIndex |
BatchInserterIndexProvider.relationshipIndex(String indexName,
Map<String,String> config)
Returns a BatchInserterIndex for Relationships for the
name indexName with the given config. |
|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||