I figured out my problems with batch inserting.
My nodes all have properties Name and Type. My Relationships all have types. What I want to do is to be able to find the node(s) with the Name "foo".
From there, I might get all of the nodes that have relationships to "foo", along with their relationships, or add a new relationship between "foo" and another node, or some other task.
I turned on auto indexing on both Name and Type, but can't figure out how to query against it using cypher. I'm going to be doing all of this via the REST API, but for now I'm using the web console to debug my cypher queries. Your help is greatly appreciated!