Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 64153 invoked from network); 1 Jun 2010 14:47:02 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jun 2010 14:47:02 -0000 Received: (qmail 1648 invoked by uid 500); 1 Jun 2010 14:47:01 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 1597 invoked by uid 500); 1 Jun 2010 14:47:01 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 1590 invoked by uid 99); 1 Jun 2010 14:47:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 14:47:01 +0000 X-ASF-Spam-Status: No, hits=-1485.1 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 14:47:00 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o51EkebZ019006 for ; Tue, 1 Jun 2010 14:46:40 GMT Message-ID: <5153808.104981275403600326.JavaMail.jira@thor> Date: Tue, 1 Jun 2010 10:46:40 -0400 (EDT) From: "Michael McCandless (JIRA)" To: dev@lucene.apache.org Subject: [jira] Resolved: (LUCENE-2424) FieldDoc.toString only returns super.toString In-Reply-To: <31523553.24601272590453523.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-2424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2424. ---------------------------------------- Resolution: Fixed > FieldDoc.toString only returns super.toString > --------------------------------------------- > > Key: LUCENE-2424 > URL: https://issues.apache.org/jira/browse/LUCENE-2424 > Project: Lucene - Java > Issue Type: Bug > Components: Search > Affects Versions: 3.0.1 > Environment: Mac OSX > Reporter: Stephen Green > Assignee: Michael McCandless > Priority: Minor > Fix For: 2.9.3, 3.0.2, 3.1, 4.0 > > Attachments: LUCENE-2424.patch > > > The FieldDoc.toString method very carefully builds a StringBuffer sb containing the information for the FieldDoc instance and then just returns super.toString() instead of sb.toString() -- 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: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org