Re: [Neo4j] from Neo4j1.9.9 to Neo4j 2.2.0 exception querying Lucene

2015-05-12 Thread Mattias Persson
It should be included in 2.2.2 when that gets released, also the next 2.3 milestone (2.3-M02) On Wednesday, May 6, 2015 at 2:19:30 PM UTC+2, Rita wrote: > > Thank you very much for the bug fix > https://github.com/neo4j/neo4j/pull/4509 > > When will be

Re: [Neo4j] from Neo4j1.9.9 to Neo4j 2.2.0 exception querying Lucene

2015-05-06 Thread Rita
Thank you very much for the bug fix https://github.com/neo4j/neo4j/pull/4509 When will be possibile to have this solution into a new release? Rita Il giorno lunedì 20 aprile 2015 10:37:15 UTC+2, Rita ha scritto: > > Hi Mattias, > thank you for the reply

Re: [Neo4j] from Neo4j1.9.9 to Neo4j 2.2.0 exception querying Lucene

2015-04-20 Thread Rita
Hi Mattias, thank you for the reply. I opened this issue https://github.com/neo4j/neo4j/issues/ . So you confirm that the java heap space error is caused by a possible bug in index handling. In this case I'm going to wait for news about a fix to have a retry in future, I hope soon! Thank yo

Re: [Neo4j] from Neo4j1.9.9 to Neo4j 2.2.0 exception querying Lucene

2015-04-20 Thread Mattias Persson
Hi, the IndexHits instance returned isn't putting everything in that set right away, but over time to avoid returning duplicates when combining transaction state and store state. Looking at it right now I see that this can be made much better by returning hits from transaction state first, putt

Re: [Neo4j] from Neo4j1.9.9 to Neo4j 2.2.0 exception querying Lucene

2015-04-17 Thread Rita
I am very sorry to point out that those Lucene queries actually have a changeable behaviour, usually they are slower than the past, and in most case I get that error again (using 6GB heap of 8GB total RAM). I am updating the graph with delete and update of nodes and relationships. I decreased

Re: [Neo4j] from Neo4j1.9.9 to Neo4j 2.2.0 exception querying Lucene

2015-04-16 Thread Rita
Thank you for the reply Michael. I have just published the issue. I was using as usual -Xmx4g. Now I've just tried with 6GB and open and close a single transaction for every query like that on the different indexes and I do not get this exception. So now it has more need of memory for the same o

Re: [Neo4j] from Neo4j1.9.9 to Neo4j 2.2.0 exception querying Lucene

2015-04-16 Thread Michael Hunger
This seems to be a like a bug. How much heap do you have? Could you raise an issue on github.com/neo4j/neo4j/issues ? Thanks so much Michael > Am 16.04.2015 um 11:26 schrieb Rita : > > Hi all, > I am passing from Neo4j 1.9.9 to Neo4j 2.2.0, with embedd

[Neo4j] from Neo4j1.9.9 to Neo4j 2.2.0 exception querying Lucene

2015-04-16 Thread Rita
Hi all, I am passing from Neo4j 1.9.9 to Neo4j 2.2.0, with embedded mode using java. I have inserted the transactions also for read operations, but now when I query my Lucene indexes as this rhits = index.query("cs", "*"); out.println("#" + rhits.size()); rhits.close(); as you can see I do not