Steve Rowe created SOLR-10411:
---------------------------------
Summary: 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
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: [email protected]
For additional commands, e-mail: [email protected]