Re: [Neo4j] Lucene fulltext index batch inserter Lock obtain problem

2011-02-21 Thread Shae Griffiths
Hi Mattias, Are you using multiple threads during batch insertion (not allowed b.t.w.) ? It's only a single thread as far as I'm aware, unless the Lucene stuff is doing something funky under the covers. I was hoping it was common, and you could say oh you've forgotten this line but my

Re: [Neo4j] Shortest Path Query with property filters

2011-02-20 Thread Shae Griffiths
Thanks all for your help. I forgot to post my performance results like i was asked :) so here are some typical examples of them. I've run many tests, with different overlaying architectures, and different amounts of data on each node/edge, these are the performance stats for the latest build.

[Neo4j] Lucene fulltext index batch inserter Lock obtain problem

2011-02-20 Thread Shae Griffiths
Hi guys, I'm trying to use a LuceneFulltextIndexBatchInserter to index all my data as I import it, so I can search on properties other than just an ID, but it fairly quickly (~5 seconds) comes back with an org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out:

[Neo4j] Shortest Path Query with property filters

2011-02-01 Thread Shae Griffiths
Hi Team, I'm a bit of a Neo4j Newbie and am trying to use it for some shortest path work. I have an embedded DB and am using Java to interact with it. At the moment I have shortest path stuff working (using GraphAlgoFactory.shortestPath as per the sample code), but i would like to extend this to