Re: [Neo] Managing nodes with same values for a property

2010-02-24 Thread Mattias Persson
2010/2/24 Sumanth Thikka suma...@truesparrow.com: Hi Mario, Thanks for your reply. My requirement is to avoid duplicates. For that, do we need to find the nodes with the same value and avoid inserting, as it is mentioned or any alternative(optimized) ways known to do this? The best way is

[Neo] Managing nodes with same values for a property

2010-02-23 Thread Sumanth Thikka
Hi, A clarification regarding the properties of nodes. If I am not wrong two nodes can have same value for similar property. For example: node1.setProperty(name, Sumanth), node2.setProperty(name, Sumanth) is valid. node1 and node2 have same value Sumanth for the property name.