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 2017/05/12 06:40:04 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16007700#comment-16007700 ] 

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

Commit 904df0eb619d1cebbe1e95c7e31e64e9d95f2d14 in lucene-solr's branch refs/heads/master from [~caomanhdat]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=904df0e ]

SOLR-10411: v2 Collection API modify command specification's replicationFactor property is incorrectly typed as string, should be integer


> 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
>            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