Hello,

I discovered that an index optimization done by Lucene.Net with IndexWriter.Optimize() is less "optimizing" than the same operation done on the same index with Java Lucene. I found it out because I am using Luke to browse my index and when opening the index with Luke automatically reduces its size of 50%, even if it had just been optimized by my application running Lucene.Net.

Did anyone else notice this?

Reply via email to