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

Michael Busch commented on LUCENE-1960:
---------------------------------------

I'm actually -1 for option 1). The whole implementation of addRawDocuments() 
would have to change, and the necessary changes would kind of defeat its 
purpose.

If we do 2) nobody will be able to use an index that has compressed fields in 
4.0 anymore, and to convert it they have to manually reindex (which might not 
always be possible).

Of course our policy says that 4.0 must not be able to read <3.0 indexes 
anymore, however normally users can take a 2.x index, optimize it with 3.x, and 
then 4.0 can read it without problems. This wouldn't be possible with 2).



> 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