Re: [Neo4j] Index question (ReST API)

2011-02-21 Thread Mattias Persson
2011/2/21 Mark Nijhof mark.nij...@cre8ivethought.com Ok perhaps I don't entirely get indexes yet: - Does the key value part need to map to an actual property_name and property_value of a node? Doesn't need to, no - If the value changes then I should update the index manually? (i.e.

[Neo4j] Index question (ReST API)

2011-02-19 Thread Mark Nijhof
Hi, I have a question about indexes, when looking at neography I see a method: add_node_to_index(index, key, value, node) I can understand that index is the name of the index that I want to put the node into, what I don't understand is the key value part of it. -Mark -- Mark Nijhof m: 0047

Re: [Neo4j] Index question (ReST API)

2011-02-19 Thread Mark Nijhof
Hmm ok, is it this? Key is the property name Value is the property value ? -Mark On Sat, Feb 19, 2011 at 8:09 PM, Mark Nijhof mark.nij...@cre8ivethought.com wrote: Hi, I have a question about indexes, when looking at neography I see a method: add_node_to_index(index, key, value, node)

Re: [Neo4j] Index question (ReST API)

2011-02-19 Thread Peter Neubauer
Yes, that should be about right! Is http://components.neo4j.org/neo4j-server/1.3-SNAPSHOT/rest.html#Add_to_index unclear? In that case, we need to put that out more clearly ... Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn  

Re: [Neo4j] Index question (ReST API)

2011-02-19 Thread Mark Nijhof
I think I got confused because neography has node classes that contain properties. So key didn't make much sense to me. I actually think I'll drop neography and start using actual ReST command to get a better understanding. -Mark On Sat, Feb 19, 2011 at 9:21 PM, Peter Neubauer

Re: [Neo4j] Index question (ReST API)

2011-02-19 Thread Max De Marzi Jr.
The indexing piece is really lacking in Neography. I keep meaning to get around to it, and it's about time I did (next week). It would be nice if we had full indexing support in the REST API first since whatever I implement will need to change when we do. If the specs are done, but not yet