[Neo4j] getProperty returning wrong value

2010-07-13 Thread Tim Jones
Hi, I'm traversing a Node set, calling getProperty on each node. However, the value returned is always '1', even if this isn't the value of the property. I've confirmed in neoclipse that one specific node has a 'count' property of 2, but when I debug my code, the value '1' is returned for that

Re: [Neo4j] getProperty returning wrong value

2010-07-13 Thread Tobias Ivarsson
Where do you set the 'count' property? On Tue, Jul 13, 2010 at 12:37 PM, Tim Jones bogol...@ymail.com wrote: Hi, I'm traversing a Node set, calling getProperty on each node. However, the value returned is always '1', even if this isn't the value of the property. I've confirmed in neoclipse

Re: [Neo4j] getProperty returning wrong value

2010-07-13 Thread Tim Jones
I'm setting the count property in my code that creates the data set - for now I'm working with a generated data set. I run the generation process, then when it has finished, I restart the application in query mode and perform these queries. - Original Message From: Tobias Ivarsson

Re: [Neo4j] getProperty returning wrong value

2010-07-13 Thread Tim Jones
- Original Message From: Mattias Persson matt...@neotechnology.com To: Neo4j user discussions user@lists.neo4j.org Sent: Tue, July 13, 2010 2:57:33 PM Subject: Re: [Neo4j] getProperty returning wrong value 2010/7/13, Tim Jones bogol...@ymail.com: No, how ever you group your read

Re: [Neo4j] getProperty returning wrong value

2010-07-13 Thread Mattias Persson
Ah, great you found the problem! 2010/7/13, Tim Jones bogol...@ymail.com: - Original Message From: Mattias Persson matt...@neotechnology.com To: Neo4j user discussions user@lists.neo4j.org Sent: Tue, July 13, 2010 2:57:33 PM Subject: Re: [Neo4j] getProperty returning wrong value