Part III. Reference

The reference part is the authoritative source for details on Neo4j usage. It covers details on capabilities, transactions, indexing and queries among other topics.

Table of Contents

10. Capabilities
10.1. Data Security
10.2. Data Integrity
10.3. Data Integration
10.4. Availability and Reliability
10.5. Capacity
11. Transaction Management
11.1. Interaction cycle
11.2. Isolation levels
11.3. Default locking behavior
11.4. Deadlocks
11.5. Delete semantics
11.6. Creating unique nodes
11.7. Transaction events
12. Data Import
12.1. Batch Insertion
13. Legacy Indexing
13.1. Introduction
13.2. Create
13.3. Delete
13.4. Add
13.5. Remove
13.6. Update
13.7. Search
13.8. Relationship indexes
13.9. Scores
13.10. Configuration and fulltext indexes
13.11. Extra features for Lucene indexes
13.12. Automatic Indexing
14. Cypher Query Language
14.1. Operators
14.2. Expressions
14.3. Parameters
14.4. Identifiers
14.5. Comments
14.6. Updating the graph
14.7. Transactions
14.8. Schema and Indexing
14.9. Execution Plans
14.10. Patterns
14.11. Viewing Execution Plans
14.12. Start
14.13. Using
14.14. Match
14.15. Where
14.16. Return
14.17. Aggregation
14.18. Order by
14.19. Limit
14.20. Skip
14.21. With
14.22. Create
14.23. Create Unique
14.24. Union
14.25. Set
14.26. Remove
14.27. Delete
14.28. Foreach
14.29. Functions
14.30. Indexes
14.31. Compatibility
14.32. From SQL to Cypher
15. Graph Algorithms
15.1. Introduction
16. Neo4j Server
16.1. Server Installation
16.2. Server Configuration
16.3. Setup for remote debugging
16.4. Using the server (with web interface) with an embedded database
16.5. Server Performance Tuning
16.6. Server Installation in the Cloud
17. REST API
17.1. Service root
17.2. Streaming
17.3. Cypher queries
17.4. Property values
17.5. Nodes
17.6. Relationships
17.7. Relationship types
17.8. Node properties
17.9. Relationship properties
17.10. Node labels
17.11. Indexing
17.12. Traversals
17.13. Built-in Graph Algorithms
17.14. Batch operations
17.15. Legacy indexing
17.16. Unique Indexing
17.17. Legacy Automatic Indexes
17.18. Configurable Legacy Automatic Indexing
17.19. WADL Support