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
;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,
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
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
4 matches
Mail list logo