[
https://issues.apache.org/jira/browse/LUCENE-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Busch updated LUCENE-944:
-
Attachment: lucene-944-bw.patch
lucene-944.patch
Tiny change in QueryUtils#checkS
[
https://issues.apache.org/jira/browse/LUCENE-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Busch updated LUCENE-944:
-
Attachment: lucene-944.patch
All core & contrib tests pass now.
The problem was QueryUtils#check
[
https://issues.apache.org/jira/browse/LUCENE-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Busch updated LUCENE-944:
-
Attachment: lucene-944.patch
Some test fail with this test when a MatchAllDocQuery is used, e.g.
[
https://issues.apache.org/jira/browse/LUCENE-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Busch updated LUCENE-944:
-
Fix Version/s: (was: 2.3)
3.0
> Remove deprecated methods in BooleanQuery
[
https://issues.apache.org/jira/browse/LUCENE-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Elschot updated LUCENE-944:
Attachment: BooleanQuery20070626.patch
Patches BooleanQuery only. Tests pass, javadocs build.
> Re