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
Fix For: 2.9
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: [email protected]
For additional commands, e-mail: [email protected]