Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-2424

FieldDoc.toString only returns super.toString

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.0.1
    • 2.9.3, 3.0.2, 3.1, 4.0-ALPHA
    • core/search
    • None
    • Mac OSX

    • New

    Description

      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()

      Attachments

        1. LUCENE-2424.patch
          0.4 kB
          Stephen Green

        Activity

          People

            mikemccand Michael McCandless
            eelstretching Stephen Green
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: