How many words are contained in your text document ? Probably not millions or 
billions?
Then using the batch-inserter API for that is not sensible.

Otherwise (except if you're really experiencing performance issues) I would 
stay with the iteration across the words (of your word-set). You might use the 
lucene query syntax that I mentioned before to construct a query that  looks 
for nodes with your words. That will give you the nodes already in the graph, 
you'd have to keep track of the words of your set that have already been dealt 
with and create the others afterwards.


Am 08.08.2011 um 13:23 schrieb ahmed.elsharkasy:

> still how can i get the whole words of a document in one shot to be able to
> define the nodes which shall be inserted by batch and the nodes which shall
> be updated
> 
> --
> View this message in context: 
> http://neo4j-community-discussions.438527.n3.nabble.com/Batch-find-tp3221634p3235279.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

Reply via email to