Hi, > From: George Aroush [mailto:[EMAIL PROTECTED]
> Lucene.Net supports compress field, but not out-of-the-box > (because .NET 1.1 doesn't support ZIP compression.) Look at > the file SharpZipLibAdapter.cs to see how you can use 3rd > party compression, or use .NET 2.0 which has compression support. Just for information. .NET 2.0 compression is incompatible with java.zip. You can't use .NET compression class to read/write lucene compatible index. Pasha Bizhan http://searchblackbox.com
