[
https://issues.apache.org/jira/browse/SOLR-7941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-7941:
-----------------------------
Attachment: SOLR-7941.patch
a testcase that reproduces this
> multivalued params are concatenated when using config API
> ---------------------------------------------------------
>
> Key: SOLR-7941
> URL: https://issues.apache.org/jira/browse/SOLR-7941
> Project: Solr
> Issue Type: Bug
> Reporter: Noble Paul
> Assignee: Noble Paul
> Attachments: SOLR-7941.patch
>
>
> {code}
> curl http://localhost:8983/solr/example/config -H
> 'Content-type:application/json' -d '{
> "update-requesthandler" : {
> "name": “/rh",
> "class":"solr.DumpRequestHandler",
> "defaults":{ “p": [“a”,”b,"c" ]}
> }
> }’
> {code}
> makes {{p}} be a literal string of {{'\[a,b,c]'}} - instead of an array of
> strings
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]