RE: RAMDirectory 2

2007-01-30 Thread WATHELET Thomas
I'm using now lucene-core-2.0.0.jar(26-05-2006) and I still have the trouble... -Original Message- From: Otis Gospodnetic [mailto:[EMAIL PROTECTED] Sent: 30 January 2007 17:18 To: java-user@lucene.apache.org Subject: Re: RAMDirectory 2 Sounds vaguely familiar... and I think thi

Re: RAMDirectory 2

2007-01-30 Thread Otis Gospodnetic
Sounds vaguely familiar... and I think this was fixed a while back. Running HEAD or at least 2.0.0? Otis - Original Message From: WATHELET Thomas <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Tuesday, January 30, 2007 11:22:52 PM Subject: RAMDirectory 2 P.S. At one

RAMDirectory 2

2007-01-30 Thread WATHELET Thomas
P.S. At one point I tried doing an in-memory index using the RAMDirectory and then merging it with an on-disk index and it didn't work. The RAMDirectory never flushed to disk... leaving me with an empty index. Only when the number of documents is greather than the maxBufferedDocs properties. What