
jira at apache
Nov 24, 2009, 7:39 AM
Post #1 of 1
(148 views)
Permalink
|
|
[jira] Resolved: (LUCENE-2092) BooleanQuery.hashCode and equals ignore isCoordDisabled
|
|
[ https://issues.apache.org/jira/browse/LUCENE-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2092. ---------------------------------------- Resolution: Fixed Fixed in trunk, 3.0.x branch, 2.9.x branch. Thanks Hoss! > BooleanQuery.hashCode and equals ignore isCoordDisabled > ------------------------------------------------------- > > Key: LUCENE-2092 > URL: https://issues.apache.org/jira/browse/LUCENE-2092 > Project: Lucene - Java > Issue Type: Bug > Components: Query/Scoring > Affects Versions: 1.9, 2.0.0, 2.1, 2.2, 2.3, 2.3.1, 2.3.2, 2.4, 2.4.1, 2.9, 2.9.1 > Reporter: Hoss Man > Assignee: Michael McCandless > Fix For: 2.9.2, 3.0.1, 3.1 > > Attachments: LUCENE-2092.patch > > > BooleanQuery.isCoordDisabled() is not considered by BooleanQuery's hashCode() or equals() methods ... this can cause serious badness to happen when caching BooleanQueries. > bug traces back to at least 1.9 -- 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-unsubscribe [at] lucene For additional commands, e-mail: java-dev-help [at] lucene
|