Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 46796 invoked from network); 9 Feb 2009 08:15:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Feb 2009 08:15:21 -0000 Received: (qmail 12565 invoked by uid 500); 9 Feb 2009 08:15:20 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 12536 invoked by uid 500); 9 Feb 2009 08:15:20 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 12524 invoked by uid 99); 9 Feb 2009 08:15:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2009 00:15:20 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2009 08:15:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 802CC234C4A9 for ; Mon, 9 Feb 2009 00:14:59 -0800 (PST) Message-ID: <799386960.1234167299510.JavaMail.jira@brutus> Date: Mon, 9 Feb 2009 00:14:59 -0800 (PST) From: "Lance Norskog (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Created: (SOLR-1013) Scan code for equality implementation mistakes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Scan code for equality implementation mistakes ---------------------------------------------- Key: SOLR-1013 URL: https://issues.apache.org/jira/browse/SOLR-1013 Project: Solr Issue Type: Task Affects Versions: 1.3 Reporter: Lance Norskog Priority: Minor Fix For: 1.5 In SolrIndexSearcher.java:getDocSet() we find 'absQ==query'. The Query classes have equals & hashcode implementations. This code apparently works now, but all of the code should use equals&hashcode instead of '=='. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.