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

JsonLoader: field values get out of order when fieldname key is repeated

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.7.1, 4.8, 6.0
    • None
    • None

    Description

      while working on a test for SOLR-5183 i discovered a bug in the way field values are ordered when the fieldname key is repeated.

      ie, these two docs should wind up having identical values for the field "f", but currently the order of the values gets swapped in doc #2...

      {"add":[
         {"id":"1", 
          "f":[45,67]
         },
         {"id":"2", 
          "f":45,
          "f":67
         }
      ]}
      

      Attachments

        1. SOLR-5777.patch
          3 kB
          Chris M. Hostetter
        2. SOLR-5777.patch
          3 kB
          Chris M. Hostetter

        Activity

          People

            hossman Chris M. Hostetter
            hossman Chris M. Hostetter
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: