Re: [Neo4j] Python neo4jrestclient.client problem?

56 views
Skip to first unread message

Javier de la Rosa

unread,
Mar 19, 2013, 12:22:50 PM3/19/13
to ne...@googlegroups.com

On Tue, Mar 19, 2013 at 9:05 AM, Harshit Sharma <hrsht...@gmail.com> wrote:
uid.setProperty('hosts',<value>)

In neo4j-rest-client the syntax is just

uid.set('hosts',<value>)

Or

uid['hosts'] = <value>


--
Javier de la Rosa
http://versae.es

Harshit Sharma

unread,
Mar 20, 2013, 7:47:09 AM3/20/13
to ne...@googlegroups.com
thanks but it fails , It seems like we cant change property / append property to a node in neo4j :(

Harshit Sharma

unread,
Mar 20, 2013, 7:48:54 AM3/20/13
to ne...@googlegroups.com
I tried uid.set , but hosts <value> are not getting indexed

Javier de la Rosa

unread,
Mar 23, 2013, 12:06:34 PM3/23/13
to ne...@googlegroups.com
I don't understand very well. If you are using an automatic index on 'hosts', the node should be indexed. If you are not using one, you should index it by hand, using the Index API [1].





--
You received this message because you are subscribed to the Google Groups "Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Reply all
Reply to author
Forward
0 new messages