Re: [Neo] Dijkstra search on a big graph

2010-02-07 Thread Anton Popov
Is there anybody, who can help me? On 5 February 2010 19:36, Anton Popov wrote: > Hello all, > > I'm still doing my tests on Neo4J. I've imported some data to Neo4J > database & trying to search a shortest path search using Dijkstra > implementation from neo4j-graph-algo package. > As a result -

Re: [Neo] org.neo4j.impl.transaction.TransactionFailureException: No mapping found for branchId

2010-02-07 Thread Raul Raja Martinez
Thanks! 2010/2/7 Johan Svensson > Fix committed to kernel and index trunks. > > -Johan > > On Sat, Feb 6, 2010 at 10:33 PM, Raul Raja Martinez > wrote: > > Yes, that's right, Thanks! > > > > 2010/2/6 Mattias Persson > > > >> Oh, I got it. You're using the LuceneFulltextIndexService right? It >

Re: [Neo] org.neo4j.impl.transaction.TransactionFailureException: No mapping found for branchId

2010-02-07 Thread Johan Svensson
Fix committed to kernel and index trunks. -Johan On Sat, Feb 6, 2010 at 10:33 PM, Raul Raja Martinez wrote: > Yes, that's right, Thanks! > > 2010/2/6 Mattias Persson > >> Oh, I got it. You're using the LuceneFulltextIndexService right? It >> has that branchId. So this is a bug on our end and we

Re: [Neo] Porting to RC1 for algos?

2010-02-07 Thread Mattias Persson
2010/2/7, Todd Stavish : > Hi Mattias, > > Thanks, I've already upgraded to RC1 and 0.3-SNAPSHOT . It was pretty > straightforward and painless. So if anyone that is thinking of > upgrading and hasn't, it's not a big deal. Don't let the initial > compilation errors scare you. :) > > Regards, > Todd