Chapter 34. Legacy Indexing

Table of Contents

34.1. Introduction
34.2. Create
34.3. Delete
34.4. Add
34.5. Remove
34.6. Update
34.7. Search
34.8. Relationship indexes
34.9. Scores
34.10. Configuration and fulltext indexes
34.11. Extra features for Lucene indexes
34.12. Automatic Indexing
[Note]Note

This is not the same as indexes defined in the schema, the documentation below is for the legacy indexing in Neo4j.

This chapter focuses on how to use the Manual Indexes and Autoindexes. As of Neo4j 2.0, this is not the favored method of indexing data in Neo4j, instead we recommend defining indexes in the database schema.

However, support for legacy indexes remains, because certain features, such as uniqueness constraints, are not yet handled by the new indexes.