Is it possible in using the neo4j import tool to specify properties of nodes that will need an index created on them? Currently, I import then run a set of Create Index on :somelable(someproperty) statements, but this isn't the fastest with large data sets.
neo4j-import --nodes node.csv --indexes indexlist.txt- Ray