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".

My doubt is, how do we distinguish these nodes? Do we need to check if there
already exists any node with the similar property value in Lucene(if one
uses lucene) before creating?

Thank you,
T.Sumanth
_______________________________________________
Neo mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to