You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Itamar Syn-Hershko (JIRA)" <ji...@apache.org> on 2016/03/25 09:41:25 UTC

[jira] [Resolved] (LUCENENET-555) Remove SharpZipLib dependancy

     [ https://issues.apache.org/jira/browse/LUCENENET-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Itamar Syn-Hershko resolved LUCENENET-555.
------------------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: Lucene.Net 3.6)
                   Lucene.Net 4.0

> Remove SharpZipLib dependancy
> -----------------------------
>
>                 Key: LUCENENET-555
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-555
>             Project: Lucene.Net
>          Issue Type: Improvement
>          Components: .NET API
>    Affects Versions: Lucene.Net 3.0.3
>            Reporter: Eric Dorothy
>              Labels: windows
>             Fix For: Lucene.Net 4.0
>
>   Original Estimate: 336h
>  Remaining Estimate: 336h
>
> For a while now Lucene.Net has required the use of SharpZipLib for the use of compressed fields in the indexes.  Can you please remove this dependency on a very old Zip library.  Even the author has moved on and abandon the project in favor of his newer DotNetZip library.
> I would suggest for the .NET API that you use the tools available in the System.IO.Compression Namespace (https://msdn.microsoft.com/en-us/library/system.io.compression%28v=vs.110%29.aspx) so that you don't have to have an external dependency to begin with.  This namespace was introduced in .NET 2.0 and forward so no third party needs to be included.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)