mirror of https://github.com/apache/lucene.git
SOLR-13169 Improve docs for MOVEREPLICA - better parity with ref guide for v2 api descriptions
This commit is contained in:
parent
b00d747eb6
commit
396490b65c
|
@ -24,7 +24,7 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"replica": {
|
"replica": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the replica to move. Either this parameter or shard is required."
|
"description": "The name of the replica to move. Either this parameter or shard + sourceNode is required, this parameter takes precedence."
|
||||||
},
|
},
|
||||||
"shard": {
|
"shard": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
},
|
},
|
||||||
"sourceNode": {
|
"sourceNode": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the node that contains the replica."
|
"description": "The name of the node that contains the replica. Either this parameter or replica is required. If replica is specified, this parameter is ignored."
|
||||||
},
|
},
|
||||||
"targetNode": {
|
"targetNode": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
Loading…
Reference in New Issue