Re: How did Lucene clean out the deleted documents from the disk?

2008-07-18 Thread dan at gmail
Also, over time, as segments that have marked deletions are merged, > the disk space is also reclaimed. > > Mike > > dan at gmail wrote: > >> >> Hello, >> >> Could someone please confirm that calling indexWriter.optimize() is >> th

How did Lucene clean out the deleted documents from the disk?

2008-07-18 Thread dan at gmail
Hello, Could someone please confirm that calling indexWriter.optimize() is the only way to clean out the deleted documents from the disk? I understand that indexWriter.deleteDocuments() does not clean the disk space, and I tested that calling after indexWriter.flush() and indexWriter.close() aft

Re: LUCENE-1282

2008-07-01 Thread dan at gmail
est I can tell, you really > can't be sure so downgrading is the safest course of action. > > Mike > > dan at gmail wrote: > >> >> Hello, >> >> I don't have a good understanding of what options for avoid this >> corrupted >> in

Re: LUCENE-1282

2008-07-01 Thread dan at gmail
I can tell, you really > can't be sure so downgrading is the safest course of action. > > Mike > > dan at gmail wrote: > >> >> Hello, >> >> I don't have a good understanding of what options for avoid this >> corrupted >> in

LUCENE-1282

2008-07-01 Thread dan at gmail
Hello, I don't have a good understanding of what options for avoid this corrupted index problem described in LUCENE-1282. It seems to me that I either downgrade JRE from 1.6.0_06 to 1.6.0_03, or wait for an official release of Lucene 2.4.0 which includes a workaround for this JRE bug. http://is