Re: [Neo4j] Integer cost property

2011-10-21 Thread jadell
Created an issue for this: https://github.com/neo4j/community/issues/71 -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Integer-cost-property-tp3077887p3442643.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. ___

[Neo4j] Gremlin help

2011-10-21 Thread Nuo Yan
Hi Marko and Gremlin gurus: Currently I'm doing the following in my own code with multiple requests to the standalone neo4j server. I wonder if it's possible to achieve in one gremlin query/script so that I can post the gremlin query to the server as 1 request and done. What I'm trying to achieve

Re: [Neo4j] Delete a graph in Neo4J REST server

2011-10-21 Thread andrew ton
Hi Jake, Thank you for the explanation and information! Regards, From: Jacob Hansson To: Neo4j user discussions Sent: Friday, October 21, 2011 1:46 AM Subject: Re: [Neo4j] Delete a graph in Neo4J REST server On Fri, Oct 21, 2011 at 2:14 AM, andrew ton wrote

Re: [Neo4j] Possible problem with LuceneBatchInserterIndex

2011-10-21 Thread Peter Neubauer
Chris, have you looked at http://docs.neo4j.org/chunked/snapshot/indexing-batchinsert.html ? If you are doing lookups, they are only visible after a flush, so heavy flushing is bound to IO-bog your system. Maybe you can try to assign the node-ids you got in the node insert phase directly to your re

[Neo4j] Possible problem with LuceneBatchInserterIndex

2011-10-21 Thread chriswroe
I'm trying to load about 15M nodes and 50M relationships with the BatchInserter. I'm doing it in two phases. First load and index the nodes from a CSV file, then load the relationships from another CSV file. It should make heavy use of the index cache to speed up the retrieval of the start and en

Re: [Neo4j] Delete a graph in Neo4J REST server

2011-10-21 Thread Jacob Hansson
On Fri, Oct 21, 2011 at 2:14 AM, andrew ton wrote: > > > Hello, > > Is there a API or a way to delete a graph in the Neo4J REST server? For > example, I can send a REST request to delete the root of the graph then all > nodes under that root are also removed. > > Thanks, > Hi Andrew, deleting t

Re: [Neo4j] neo4j jmx

2011-10-21 Thread Peter Neubauer
Have raised https://github.com/neo4j/community/issues/70 to track this, thanks! Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.

Re: [Neo4j] neo4j jmx

2011-10-21 Thread Peter Neubauer
So, JMX does not let you connect from a remote machine? Not sure, I think I need to dig into the JMX docs to find out ... Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://tw

Re: [Neo4j] [bug?] Unicode node property not returned correctly from bulk REST index search

2011-10-21 Thread Peter Neubauer
Thanks Nuo, submitted as a bug at https://github.com/neo4j/community/issues/69 Feel free to track it - hope to get to it next week. Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter   

Re: [Neo4j] [bug?] Unicode node property not returned correctly from bulk REST index search

2011-10-21 Thread Nuo Yan
Hey Peter, using the example of my original email, this is the corresponding json body I post when I created the node: "{\"uid\":\"12345\",\"name\":\"\\u4f8b\\u5b50\"}" A single GET query returns the name data (as raw json) as: \"name\" : \"\xE4\xBE\x8B\xE5\xAD\x90\"\n which after JSON parse be