[
https://issues.apache.org/jira/browse/LUCENENET-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12608742#action_12608742
]
George Aroush commented on LUCENENET-110:
-----------------------------------------
My understanding is, .NET's 2.0 compression library is not compatible with
Java's. What this means, Java Lucene and C# Lucene index can't be interchanged.
If you haven't already, can you do the following test? Create a compressed
index using .NET's compression library, and see if you can open the index using
Luke.
> Compression Support
> -------------------
>
> Key: LUCENENET-110
> URL: https://issues.apache.org/jira/browse/LUCENENET-110
> Project: Lucene.Net
> Issue Type: Improvement
> Reporter: Digy
> Priority: Trivial
> Attachments: GzipCompressionAdapter.cs, SupportClass.patch
>
>
> .Net 2.0 users can make use of compression(Field.Store.COMPRESS) support
> without the need for "ICSharpCode.SharpZipLib" library.
> The patch is compatible with the "ICSharpCode.SharpZipLib" library (also
> with Lucene.Java)
> DIGY
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.