Re: [Neo4j] Neo4j -- Can it be embedded in Android?

2011-06-25 Thread Peter Neubauer
Ok, I am on holiday and hangover from swedish Midsummer right now, will try later next week if that is OK? Sent from my phone. On Jun 25, 2011 12:44 AM, Sidharth Kshatriya sid.kshatr...@gmail.com wrote: I would indeed be grateful if you shared the patch with all of us. Maybe even fork neo4j on

[Neo4j] GSoC 2011 Neo4j Geoprocessing | Weekly Report #5

2011-06-25 Thread Andreas Wilhelm
Hello, This week I did some reworking of the spatial CRUD implementation where I´m still currently working on. Integrated new spatial type functions like to simplify geometries with the Douglas-Peucker algorithm, getting start and endpoint of a geometry and the union of geometries. Best

Re: [Neo4j] Integer cost property

2011-06-25 Thread Michael Hunger
Rather just use ((Number)n).doubleValue(). That should work for all primitive math types and their counter-Objects, as well as BigDecimal/BigInteger. Cheers Michael Am 25.06.2011 um 17:52 schrieb Jim Webber: Josh, Just to re-assure you I haven't lost this. The REST stuff I wanted in the

Re: [Neo4j] User Digest, Vol 51, Issue 138

2011-06-25 Thread Josh Adell
Jim, No problem. I switched my demo code to use doubles for now (1.1, 2.1, 3.1, etc.), but it's good to know I'll be able to use integers in the future. Thanks for looking into it! -- Josh Date: Sat, 25 Jun 2011 16:52:40 +0100 From: Jim Webber j...@neotechnology.com Subject: Re: [Neo4j]

Re: [Neo4j] Integer cost property

2011-06-25 Thread Rick Bullotta
...with the standard caveat that you will need to be aware of the int - double conversion issues if you ever try to do equality comparisons. -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Michael Hunger Sent: Saturday, June 25,

Re: [Neo4j] NoSuchElementException

2011-06-25 Thread sulabh choudhury
Thank you Jim. I will wait for 1.5 and hope it resolves the issue :) On Fri, Jun 24, 2011 at 7:11 PM, sulabh choudhury sula...@gmail.com wrote: Hi, I just downloaded the neo4j-community-1.4.M04. I stumbled into the java.util.NoSuchElementException: More than one element in

Re: [Neo4j] Neo4j -- Can it be embedded in Android?

2011-06-25 Thread Sidharth Kshatriya
In structr, I notice that you have defined your own tree data structure and algorithms. Is there a nice document oriented / graph oriented *lightweight *library we can use with Kryonet? Obviously it would be important to be able to serialize part of the tree (subtree) and not all of it... when we

[Neo4j] Recent slowdown in imports with lucene

2011-06-25 Thread Craig Taverner
Hi, Has anyone noticed a slowdown of imports into neo4j with recent snapshots? Neo4j-spatial importing OSM data (which uses lucene to find matching nodes for ways) is suddenly running much slower than usual on non-batch imports. For most of my medium sized test cases, I normally have surprisingly

Re: [Neo4j] Recent slowdown in imports with lucene

2011-06-25 Thread Rick Bullotta
There were some changes to the core recently to address synchronization/concurrency issue. Maybe they have had an effect? -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Craig Taverner Sent: Saturday, June 25, 2011 6:33 PM To:

[Neo4j] cassandra + neo4j graph

2011-06-25 Thread Aliabbas Petiwala
we are about to use neo4j for a social n\w website but we cant decide whether to go for neo4j alone or a combination of neo4j+cassandra so that we can use cassandra to store user profile info and map each node of graph to cassandra keyvalue store. it would be great if only neo4j would suffice