neo4j
Traverse all outgoing relationships in neo4j rest api
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.[详细]
2023-03-31 14:34 分类:问答Neo4jPHP and CodeIgniter (Neo4j)
How do you get Neo4jPHP to autoload as a library in CodeIgniter 2 ? https://github.com/jadell/Neo4jPHP[详细]
2023-03-31 04:16 分类:问答Recreate reference node in a Neo4j database
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[详细]
2023-03-31 03:59 分类:问答filtering relationships in neo4js
I am using neo4js to store users as nodes with property as user_id. There is a friend relation from user1 to user 2.[详细]
2023-03-30 01:25 分类:问答How can I return the Lucene score of my query when using the Neo4J REST server?
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:[详细]
2023-03-29 22:21 分类:问答Neo4j & JPype Installation Issue
I use Ubuntu 10.10 and before continuing with the installation, I installed JPype and openjdk-6-j开发者_开发技巧dk & all its dependencies using synaptic.[详细]
2023-03-29 11:36 分类:问答Naming resources prior to creation using Neo4j Restful API
This is for people with knowledge on REST and Neo4j. Is it possible to name a node before creating it in Neo4j ?[详细]
2023-03-29 03:07 分类:问答Spring data Neo4j @NodeEntiry and Roo @RooEntity conflict
When i try to annotate a POJO with both @NodeEntity and @RooEntity i got following error on the *_Roo_Entity IDT:[详细]
2023-03-28 01:50 分类:问答rails server wont start due to will_paginate error
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[详细]
2023-03-27 12:29 分类:问答How could I write this queries in neo4j?
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[详细]
2023-03-25 20:46 分类:问答