RE: java.util.zip (was Questions about DeleteFile method)

2005-05-04 Thread George Aroush
[mailto:[EMAIL PROTECTED] Sent: Wednesday, May 04, 2005 1:22 AM To: java-dev@lucene.apache.org Subject: Re: java.util.zip (was Questions about DeleteFile method) Hi, Monsur Hossain [EMAIL PROTECTED] wrote: Hmm, but upon first look I don't see a direct analog to the Inflater/Deflater methods

Re: java.util.zip (was Questions about DeleteFile method)

2005-05-04 Thread Doug Cutting
Monsur Hossain wrote: George, what about SharpZipLib: http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx It's a third-party project, but its written in C# and is under GPL. GPL unfortunately means that the library cannot be distributed by Apache with Lucene.Net. Doug

RE: Questions about DeleteFile method

2005-05-03 Thread George Aroush
To: java-dev@lucene.apache.org Subject: Re: Questions about DeleteFile method Judging from the method name, this is back in Lucene.Net, so maybe this is a bug in the .Net port. The .cfs file indicates that you are using the compound index format, which means that *.fN files should

Re: Questions about DeleteFile method

2005-05-03 Thread Pasha Bizhan
Hi, George Aroush [EMAIL PROTECTED] wrote: All: Speaking of my port work for 1.9 RC1, I don't have a clear idea what to do about java.util.zip. There is no equivalent in .NET and it is being used in Lucene 1.9 RC1 for Index.FieldsWriter and Index.FieldsReader. Any suggestion? SharpZLib. We

Re: java.util.zip (was Questions about DeleteFile method)

2005-05-03 Thread Pasha Bizhan
Hi, Monsur Hossain [EMAIL PROTECTED] wrote: Hmm, but upon first look I don't see a direct analog to the Inflater/Deflater methods. using ICSharpCode.SharpZipLib.Zip; using ICSharpCode.SharpZipLib.Zip.Compression; // Create the compressor with highest level of compression Deflater compressor =