Thanks Pasha. This means we have to support the current method through SharpZipLibAdapter class (in SharpZipLibAdapter.cs) for cross index compatibility.
Regards, -- George Aroush -----Original Message----- From: Pasha Bizhan [mailto:[EMAIL PROTECTED] Sent: Friday, February 23, 2007 11:34 AM To: [email protected] Subject: RE: Storing file Contents & using Highlighter in v2 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
