[
https://issues.apache.org/jira/browse/SOLR-5777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13945595#comment-13945595
]
ASF subversion and git services commented on SOLR-5777:
-------------------------------------------------------
Commit 1581015 from [~steve_rowe] in branch 'dev/trunk'
[ https://svn.apache.org/r1581015 ]
SOLR-5777: move CHANGES.txt entry to 4.7.1 section
> JsonLoader: field values get out of order when fieldname key is repeated
> ------------------------------------------------------------------------
>
> Key: SOLR-5777
> URL: https://issues.apache.org/jira/browse/SOLR-5777
> Project: Solr
> Issue Type: Bug
> Reporter: Hoss Man
> Assignee: Hoss Man
> Fix For: 4.8, 5.0, 4.7.1
>
> Attachments: SOLR-5777.patch, SOLR-5777.patch
>
>
> 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...
> {noformat}
> {"add":[
> {"id":"1",
> "f":[45,67]
> },
> {"id":"2",
> "f":45,
> "f":67
> }
> ]}
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]