You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Cao Manh Dat (JIRA)" <ji...@apache.org> on 2017/05/12 06:40:04 UTC

[jira] [Assigned] (SOLR-10411) v2 Collection API "modify" command specification's replicationFactor property is incorrectly typed as string, should be integer

     [ https://issues.apache.org/jira/browse/SOLR-10411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cao Manh Dat reassigned SOLR-10411:
-----------------------------------

    Assignee: Cao Manh Dat

> v2 Collection API "modify" command specification's replicationFactor property is incorrectly typed as string, should be integer
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-10411
>                 URL: https://issues.apache.org/jira/browse/SOLR-10411
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: v2 API
>            Reporter: Steve Rowe
>            Assignee: Cao Manh Dat
>            Priority: Minor
>             Fix For: master (7.0)
>
>
> The v2 Collections API {{modify}} command's {{replicationFactor}} {{type}} should be {{integer}} instead of {{string}}.
> From {{solr/core/src/resources/apispec/collections.collection.Commands.modify.json}}:
> {noformat}
> {
>   [...]
>   "properties":{
>    [...]
>     "replicationFactor": {
>       "type": "string",
>       "description": [...]
>     },
>     [...]
>     }
>   }
> }
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org