[Neo4j] Forward slashes in index values

2011-09-18 Thread Tatham Oddie
use a very basic parsing routine - just splitting on the slashes - instead of a full URI parser. Using the encoded format, we *can* successfully create an index entry with a slash in the value: curl -i -H Content-Type:application/json -X POST -d '"http://localhost:7474/db/data/node

Re: [Neo4j] InvalidRecordException: Record[1983624] not in useRecord[1983624] not in use

2011-09-28 Thread René Pickhardt
;1" ); long node = inserter.createNode( properties ); properties = MapUtil.map( "key", key ); batchArticle.add( node, properties ); } then I attach many updates (also nodes encoded via timestamp) to every node and connect them via a relationship. private void BatchUpdate(String timestamp,

Re: [Neo4j] InvalidRecordException: Record[1983624] not in useRecord[1983624] not in use

2011-09-28 Thread Mattias Persson
title", title ); > properties.put( "timestamp", "1" ); > long node = inserter.createNode( properties ); > > properties = MapUtil.map( "key", key ); > batchArticle.add( node, properties ); > } > > then I attach many updates (also nodes encoded vi

Re: [Neo4j] gremlin rest plugin and map

2011-06-15 Thread Peter Neubauer
Yes, I am thinking along the lines of the Cypher return tables, see http://docs.neo4j.org/chunked/snapshot/cypher-plugin.html in which there is a column with Node representations, and a column with just a String, etc. Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer