[ https://issues.apache.org/jira/browse/LUCENE-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael McCandless reassigned LUCENE-1694: ------------------------------------------ Assignee: Michael McCandless > 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