Skip to main content Skip to complementary content
Close announcements banner

Creating an index

Availability-noteDeprecated

Procedure

  1. Double-click the first tNeo4jRow component to open its Basic settings view on the Component tab.
  2. From the DB Version list, select Neo4J 2.X.X.
  3. Select the Remote server check box and specify the URL of the Neo4j server in the Server URL field, "http://localhost:7474/db/data" in this example.
  4. In the Query field, type in the following query to create an index on the property you are going to merge, which is the name property of the Family nodes in this example:
    "CREATE INDEX ON :Family(name)"

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!