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 18:48:46 UTC

[jira] [Resolved] (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:all-tabpanel ]

Noble Paul resolved SOLR-7941.
------------------------------
       Resolution: Fixed
    Fix Version/s: 5.4
                   Trunk

> 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
>             Fix For: Trunk, 5.4
>
>         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