[Neo4j] Neo4J 2.1.5 Webadmin Data browser: Display result set as a graph

2015-06-01 Thread Thomas Bruckmayer
Hi everyone, When I query a result set with the Webadmin Data browser (http://localhost:7474/webadmin/#/data/search/) the visualization area remains empty, for example START n=node(*) MATCH (n:label1:label2)-[r]-() RETURN n,r. If i choose "Switch view mode" to enable the tabular list view I am

[Neo4j] ISSUE / SUPPORT - neo4j v2.2.2 starts then immediately stops.

2015-06-01 Thread Brendan Erwin
``` root@921206babbc9:/# /var/lib/neo4j/bin/neo4j console Starting Neo4j Server console-mode... Using additional JVM arguments: -server -XX:+DisableExplicitGC -Dorg.neo4j.server.properties=conf/neo4j-server.properties -Djava.util.logging.config.file=conf/logging.properties -Dlog4j.configurat

[Neo4j] WITH only applies to first element of UNION ?

2015-06-01 Thread Tom Zeppenfeldt
*For a faceted search I first do a MATCH on multiple conditions, and then count the remaining facet values. * match (n:Document)-[:PUBLISHED_ON]->(d:Day)<-[:HAS_DAY]-(m:Month)<-[:HAS_MONTH]-(y:Year {year:2013}), (n)<-[:MENTIONED_IN|HAS_CHILD*1..]-(l:Location {name:'Netherlands'} )

[Neo4j] how to interact with neo4j graph database from my platform C++ using HTTP request

2015-06-01 Thread Marwa Elabri
hello i already installed neo4j server in my computer and i make some HTTP request using neo4j console than i used postman rest client to view neo4j json response but i really don't know how to use these responses to get some data from my graph database using C++ platform can someone help me pl