maybe the java index is using compression, while if you need compression in lucene.net you must use an external library (SharpZLib) and tell lucene.net to use it. there must be a "how to" use compression in lucene.net in the web.
Jokin On 7/17/07, Simone Busoli <[EMAIL PROTECTED]> wrote:
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?
