[Neo4j] Re: Neo4j 2.2 GUI - node ID gone

2015-04-23 Thread Sumit Gupta
Hi, Node_ID's are internal to Neo4j and should not be used or referenced. ID's may vary from version to version and may not be available at-all in future versions. I would suggest to use Cypher with Labels and properties to modify the Graph and not to refer the Node-Id's. Thanks, Sumit On Fr

[Neo4j] Re: Question about your example "EmbeddedNeo4j.java" from your webpage

2015-04-23 Thread Sumit Gupta
Hi, It is an issue with version of JDK. Would suggest not to have multiple versions of JDK on your box and run the following commands to see the actual version of Java used at runtime: - javac -version java -version The output of both should be same version and minimum JDK.1.7 Thanks, Sumit O

[Neo4j] Re: 2.2.0 - LOAD CSV performance dramatically degrades after 25 millions relationships

2015-04-23 Thread Andrii Stesin
Seems that no one have any ideas? :( We were starting from a clean fresh empty database, btw. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+unsubscr...@googleg

Re: [Neo4j] GraphGist - Use local Database

2015-04-23 Thread Michael Hunger
Currently you can connect to a local Neo4j console: ala: console.neo4j.org You have to clone and run it locally: https://github.com/neo4j-contrib/rabbithole and then use :neo4j-version: local in the gist I wrote a small

[Neo4j] Re: Neo4j 2.2 GUI - node ID gone

2015-04-23 Thread Rene Rath
Well, I could adapt the caption settings to display the ID instead of whatever other info I have configured at the moment. But it wouldn't hurt either to display the ID of the currently selected node somewhere in the bottom right corner or so. Am Freitag, 27. März 2015 14:06:48 UTC+1 schrieb Re