Re: [CLucene-dev] Bug in SegmentMerger and IndexWriter

2012-04-13 Thread Šplíchal Jiří
Windows 7. Jiri From: Ben van Klinken [mailto:bvanklin...@gmail.com] Sent: Friday, April 13, 2012 12:50 AM To: clucene-developers@lists.sourceforge.net Subject: Re: [CLucene-dev] Bug in SegmentMerger and IndexWriter Hi Jiri, What branch are you using? I just tried compiling and running that test

Re: [CLucene-dev] Bug in SegmentMerger and IndexWriter

2012-04-12 Thread Ben van Klinken
Hi Jiri, What branch are you using? I just tried compiling and running that test and it ran without any issues ben 2012/4/12 Šplíchal Jiří > Hello, > > please find attached TestIndexWriter.cpp extended with one more test that > shows two different bugs: > 1) If you leave the test as it is, tha

[CLucene-dev] Bug in SegmentMerger and IndexWriter

2012-04-12 Thread Šplíchal Jiří
Hello, please find attached TestIndexWriter.cpp extended with one more test that shows two different bugs: 1) If you leave the test as it is, than it crashes on line 680 when optimizing an index that was previously empty (all documents were deleted) and then some documents has been added. We w