[Neo4j] Forward slashes in index values

2011-09-18 Thread Tatham Oddie
of work for us to bypass this. I'm not very comfortable going to that effort considering it's all dependent on neo4j's specific URL parser implementation. If this is upgraded to a compliant parser in the future, our workaround will break. Is there a way for us to pass index values in a query string

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

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

2011-09-28 Thread René Pickhardt
( 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, String key) { if (batchArticle.get(key, key).getSingle

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

2011-09-28 Thread Mattias Persson
( 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, String key) { if (batchArticle.get(key, key