Re: [Neo4j] Release 1.2.3 - Multitenancy

2011-10-01 Thread Peter Neubauer
Very cool Andres, Vivek and Deepak, The multi tenancy does only work from Rails? /Peter On Saturday, October 1, 2011, Andreas Ronge wrote: > Hi > > I just released 1.2.3. > See the documentation for the new cool feature - multitenancy - > http://neo4j.rubyforge.org/guides/configuration.html#mult

[Neo4j] REST Performance

2011-10-01 Thread Christian Straight
I'm evaluating using REST-ful calls to neo4j stand-alone servermainly I would like to understand the performance issues better. Can anyone on this list direct me to some neo4j benchmarks? many thanks, Christian Straight @ WildGigs .:. Typed with thumbs and sent from my HTC Evo __

Re: [Neo4j] Problem with lucene indexing

2011-10-01 Thread Rick Bullotta
Classpath? -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of andrew ton Sent: Saturday, October 01, 2011 5:27 AM To: Neo4j_user Subject: [Neo4j] Problem with lucene indexing Hello, I have a problem with indexing when using the Neo

[Neo4j] new Q&A section in the manual

2011-10-01 Thread Peter Neubauer
Hi there, Anders just added a new Q&A section to the manual that partly is coming from the wiki and partly new. If you miss any information there, please let me know or comment via Disqus and I will try to fill it in. http://docs.neo4j.org/chunked/snapshot/questions.html Cheers, /peter neubauer

Re: [Neo4j] Problem with lucene indexing

2011-10-01 Thread Romiko Derbynew
You can also do a Rest call to shutdown the server, via execute gremlin. Sent from my iPhone On 01/10/2011, at 7:27 PM, "andrew ton" wrote: > > > Hello, > > I have a problem with indexing when using the Neo4J embedded database. I'm > using neo4j-1.5M01, neo4j-lucene-index-1.5M01. > I have t

[Neo4j] Problem with lucene indexing

2011-10-01 Thread andrew ton
Hello, I have a problem with indexing when using the Neo4J embedded database. I'm using neo4j-1.5M01, neo4j-lucene-index-1.5M01. I have tried both lucene-core-3.1.0 and lucene-core-3.4.0. Can somebody show me what is wrong here?  I create an instance of EmbeddedGraphDatabase as graphDb = new

Re: [Neo4j] Lucene index recovery

2011-10-01 Thread Mattias Persson
It might be that you're not shutting down the server correctly (bin/neo4j stop) or that it's shut down at the same time as there are transactions running. Could you supply your data/graph.db/messages.log to me or look in it to see if there are any lines containing: Close invoked with An examp