Neo4j index

Description

The Neo4j index action can be used to create or drop indexes on node or relationship properties in a Neo4j Graph

For similar operations on Neo4j constraints, check the Ne4oj constraint action.

Options

  • Neo4j Connection : The name of the Neo4j connection to update indexes on

  • Index updates to perform: You can specify your list of index updates here

    • Update type : CREATE or DROP

    • Type of object to index on: NODE or RELATIONSHIP

    • Index name: optional but recommended name for your index

    • Object name: the label of the node or relationship you want to update an index for

    • Properties: the comma separated list of node or relationship properties to index

Show Cypher Preview

The action dialog includes a "Show Cypher" button that displays a preview of the Cypher statements that will be executed for creating or dropping indexes. This preview shows the exact CREATE INDEX or DROP INDEX statements before execution.

The preview is read-only and helps you verify the index operations that will be performed.