Neo4j Index
Description
The Neo4j Index action can be used to create or drop indexes on node or relationship properties in a Neo4j Graph
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 
 
-