I want to traverse all nodes with \"all\" outgoing relationships. But all examples I can find use the direction only in combination with the relationship type.
How do you get Neo4jPHP to autoload as a library in CodeIgniter 2 ? https://github.com/jadell/Neo4jPHP
I accidentally deleted node 0, which was my reference node on a new graph, so calls togetReferenceNode() would fail afterwards. I searched through the Neo4j source and found a that I could recreate it
I am using neo4js to store users as nodes with property as user_id. There is a friend relation from user1 to user 2.
I have been able to use the Lucene query syntax so far.Now开发者_如何学Python I need to be able to return the scores and number of hits on nodes by modifying my query line:
I use Ubuntu 10.10 and before continuing with the installation, I installed JPype and openjdk-6-j开发者_开发技巧dk & all its dependencies using synaptic.
This is for people with knowledge on REST and Neo4j. Is it possible to name a node before creating it in Neo4j ?
When i try to annotate a POJO with both @NodeEntity and @RooEntity i got following error on the *_Roo_Entity IDT:
I am trying to use Neo4j with JRuby on my system. I followed this guide, but I get the following error when I try to start up the server. I\'ve required the will_paginate gem in the application.rb so
I\'m very new to neo4j and to graph database in general. I\'m prototyping an app, and I don\'t know how should i write these queries