[ 
https://issues.apache.org/jira/browse/LUCENE-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12768916#action_12768916
 ] 

Uwe Schindler commented on LUCENE-1960:
---------------------------------------

I still prefer 1, but maybe it's not so good. Else I would implement 2 (even if 
we need FieldForMerge). Just remove the COMPRES flag that nobody can add any 
compressed fields anymore.

3 is bad, because it needs you to change your code on the change between 2.9 
and 3.0 if you had compressed fields. In 2.9 they were automatically 
uncompressed, in 3.0 not. This would make it impossible to replace the lucene 
jar (which is currently possible if you remove all deprecated calls in 2.9).

> Remove deprecated Field.Store.COMPRESS
> --------------------------------------
>
>                 Key: LUCENE-1960
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1960
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Michael Busch
>            Assignee: Michael Busch
>            Priority: Minor
>             Fix For: 3.0
>
>         Attachments: lucene-1960-1.patch, lucene-1960.patch
>
>
> Also remove FieldForMerge and related code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to