You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/08/18 18:31:46 UTC

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

    [ https://issues.apache.org/jira/browse/SOLR-7941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14701526#comment-14701526 ] 

ASF subversion and git services commented on SOLR-7941:
-------------------------------------------------------

Commit 1696453 from [~noble.paul] in branch 'dev/trunk'
[ https://svn.apache.org/r1696453 ]

SOLR-7941: multivalued params are concatenated when using config API

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