graph databases - Using Neo4j API with Blueprints -
i'm using neo4jgraph in blueprints, how can use more neo4j specific methods api?
you have grab underlying neo4j instance with:
blueprintsgraph.getrawgraph() which returns graphdatabaseservice. there similar "raw" methods on vertex, edge , index, getrawvertex(), getrawedge() , getrawindex() respectively.
Comments
Post a Comment