See: Description
| Interface | Description | 
|---|---|
| ConstraintCreator | A builder for entering details about a constraint to create. | 
| ConstraintDefinition | Definition of a constraint. | 
| IndexCreator | A builder for entering details about an index to create. | 
| IndexDefinition | Definition for an index
 
 NOTE: This is part of the index API introduced in Neo4j 2.0. | 
| Schema | Interface for managing the schema of your graph database. | 
| Enum | Description | 
|---|---|
| ConstraintType | Constraint type. | 
| Schema.IndexState | The states that an index can be in. | 
Use indexes to find nodes with specific property values. Use constraints to enforce rules in the graph. Both indexes and constraints are configured based on node labels.
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.