Re: RamDirectory vs IndexWriter

2007-02-28 Thread Erick Erickson
I guess it depends upon your goal. If you're asking what the difference between writing to a RAMDirectory *then* flushing to an FSDIrectory, I don't believer there's much, if any. As I remember (and my memory isn't always...er...accurate), there's been discussion on this thread by those who know t

RE: RamDirectory vs IndexWriter

2007-02-28 Thread WATHELET Thomas
lto:[EMAIL PROTECTED] Sent: 28 February 2007 16:29 To: java-user@lucene.apache.org Subject: Re: RamDirectory vs IndexWriter Le Mercredi 28 Février 2007 16:19, WATHELET Thomas a écrit : > I don't really understand the difference between using the ramDirectory > and using IndexWriter. &

Re: RamDirectory vs IndexWriter

2007-02-28 Thread Nicolas Lalevée
Le Mercredi 28 Février 2007 16:19, WATHELET Thomas a écrit : > I don't really understand the difference between using the ramDirectory > and using IndexWriter. > > What's the difference between using ramDirectory instead of using > IndexWriter with those properties set to: > setMergeFactor(1000);se

RamDirectory vs IndexWriter

2007-02-28 Thread WATHELET Thomas
I don't really understand the difference between using the ramDirectory and using IndexWriter. What's the difference between using ramDirectory instead of using IndexWriter with those properties set to: setMergeFactor(1000);setMaxMergeDocs(1);setMaxBufferedDocs(1);