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

Uwe Schindler commented on LUCENE-5679:
---------------------------------------

See my comment on the mailing list about 4.x:

{quote}
Hi,

this is a binary backwards break in 4.x, because the method signature, user's 
code was compiled against in previous versions, is removed for no reason. In 
4.x I would keep the one-arg methods, but just let it delegate to the vararg 
version. The javadocs can stay the same.
In fact this change requires to recompile your source-code (source-code 
compatibility is ensured) but does not provide binary compatibility.

Uwe
{quote}

> Consolidate IndexWriter.deleteDocuments()
> -----------------------------------------
>
>                 Key: LUCENE-5679
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5679
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: core/index
>            Reporter: Shai Erera
>            Assignee: Shai Erera
>             Fix For: 4.9, 5.0
>
>         Attachments: LUCENE-5679.patch
>
>
> Spinoff from here: http://markmail.org/message/7kjlaizqdh7kst4d. We should 
> consolidate the various IW.deleteDocuments().



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to