[ https://issues.apache.org/jira/browse/LUCENE-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12720139#action_12720139 ]
Michael McCandless commented on LUCENE-1694: -------------------------------------------- Patch looks good, thanks Simon. Technically it's a break in jar drop-in ability back compat, since the method signature has changed. However, I think it's unlikely apps are using this rather expert API, and we already don't have jar drop-in ability for 2.9 anyway, and as you said if you attempt to pass a non-BooleanQuery, you'll hit a cast exception anwyay. I plan to commit shortly. > Query#mergeBooleanQueries argument should be of type BooleanQuery[] instead > of Query[] > -------------------------------------------------------------------------------------- > > Key: LUCENE-1694 > URL: https://issues.apache.org/jira/browse/LUCENE-1694 > Project: Lucene - Java > Issue Type: Improvement > Components: Search > Reporter: Simon Willnauer > Assignee: Michael McCandless > Priority: Minor > Fix For: 2.9 > > Attachments: Query_mergeBooleanQueries.patch > > > The method #mergeBooleanQueries accepts Query[] and casts elements to > BooleanQuery without checking. This will guarantee a ClassCastException if it > is not a boolean query. We should enforce this by changing the signature. > This won't really break back compat. as it only works with instances of > BooleanQuery. -- 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