You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2015/08/18 13:08:45 UTC

[jira] [Created] (SOLR-7941) multivalued params are concatenated when using config API

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org