| Package | Description |
|---|---|
| org.neo4j.graphdb.schema | |
| org.neo4j.kernel |
Implementation for embedding a Neo4j graph database in an application.
|
| org.neo4j.unsafe.batchinsert |
Tools for high-performance data insertion; make sure to read the instructions before using.
|
| Modifier and Type | Method and Description |
|---|---|
IndexCreator |
Schema.indexFor(Label label)
Returns an
IndexCreator where details about the index to create can be
specified. |
IndexCreator |
IndexCreator.on(String propertyKey)
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexCreatorImpl |
| Modifier and Type | Method and Description |
|---|---|
IndexCreator |
SchemaImpl.indexFor(Label label) |
IndexCreator |
IndexCreatorImpl.on(String propertyKey) |
| Modifier and Type | Method and Description |
|---|---|
IndexCreator |
BatchInserter.createDeferredSchemaIndex(Label label)
Returns an
IndexCreator where details about the index to create can be
specified. |
IndexCreator |
BatchInserterImpl.createDeferredSchemaIndex(Label label) |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.