Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-5280

Json response doesn't take long field type well

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 4.2
    • None
    • Response Writers
    • None

    Description

      In my index, one field is defined as solr.LongField.
      After index, use solr webUI to fetch the doc.
      by default, xml response is as following, which is correct:
      <long>205840180000100338</long>
      <long>205840180000102563</long>
      Then Change "wt" to json, response is:
      [
      205840180000100350,
      205840180000102560
      ]

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              liuxiang9770 Liu Xiang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: