The batch insert is intended to push data into the database with having to do any look ups. You could preprocess your input data, such that it can be loaded in one go. You could for example read you input file against an existing database, fetch the ID's of nodes and relationships that contain the information you need to update, and create two new input files. One containing data that can be inserted using the batch inserter, and one containing the information that needs to updated (including the ID's of the PropertyContainers that need to be updated). Niels
> Date: Wed, 3 Aug 2011 04:14:44 -0700 > From: ahmed.elshark...@gmail.com > To: user@lists.neo4j.org > Subject: Re: [Neo4j] Batch find > > I am trying to insert a document containing list of words , and i wont to > check whether some of this words are already in my graph and in this case i > will update their properties otherwise i will create new nodes with the new > words > > -- > View this message in context: > http://neo4j-community-discussions.438527.n3.nabble.com/Batch-find-tp3221634p3221964.html > Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. > _______________________________________________ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user _______________________________________________ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user