Noble Paul created SOLR-7941:
--------------------------------
Summary: 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
{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]