Re: [Neo] Node not found using BatchInserter

2010-04-08 Thread Mattias Persson
BatchInserter isn't applicable?, Better idea? --- On Thu, 4/1/10, Mattias Persson matt...@neotechnology.com wrote: From: Mattias Persson matt...@neotechnology.com Subject: Re: [Neo] Node not found using BatchInserter To: Neo user discussions user@lists.neo4j.org Date: Thursday, April 1, 2010, 2:32 AM

[Neo] Node not found using BatchInserter

2010-03-31 Thread Amir Hossein Jadidinejad
Hi, Check the following code:             for (IteratorLong rel_itr = inserter.getRelationshipIds(current_node).iterator(); rel_itr.hasNext();) {                 long neighbor = rel_itr.next();                 if (neighbor != current_node neighbor != -1) {                     try {