Hoss Man created SOLR-5777:
------------------------------
Summary: 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
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.1.5#6160)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]