Neo4j indexes

Required Permission: Settings management (Read more about Permissions)

Table of Contents

It's possible to manage Neo4j indexes on the Graphlytic Settings page. See the description of indexes in Neo4j documentation.

  1. Main menu (top right) - Page Settings

  2. See panel "Indexes"

Create

  1. In panel "Indexes" click on the button Create

  2. Write a node label for which you want to create the constraint

  3. Write a node property key for which you want to create the constraint

  4. Select type of constraint

    • INDEX - means a common index

    • INDEX_UNIQUE - means unique constraint (see description of unique constraint in Neo4j documentation)

Manage

You can delete any existing constraint with the delete button.