nosql - Neo4j How to add multiple values to the property of a node -


While I'm creating nodes for a problem, I'm stuck after going through the document, I realized Multi-value asset assignment for the node that I did not find

For example: Node 1 has a property on the website, because it can not be a single website, property on the node 1 "website" How to add two values ​​like www.abc.com www.def.com

  node 1 ["website"] = "www.abc.com" "www.def .com "  

access to each property in this node may be each website individually access the node properties

Thanks for your time!

This is not a good way to graph and instead of creating a connection between node 1 and website nodes, Create a node for each website?

Anyway, for the memory streaming array you can see it:

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -