DELETEREPLICAPROP:删除副本属性
2018-01-06 14:19 更新
从特定副本中删除任意属性。
/admin/collections?action=DELETEREPLICAPROP&collection=collectionName&shard=shardName&replica=replicaName&property=propertyName
DELETEREPLICAPROP参数
- collection
副本所属的集合的名称。该参数是必需的。
- shard
副本所属分片的名称。该参数是必需的。
DELETEREPLICAPROP响应
响应将包括请求的状态。如果状态不是“0”,则会显示一条错误消息,说明请求失败的原因。
使用DELETEREPLICAPROP的示例
DELETEREPLICAPROP示例输入:
这个命令会从core_node1中删除preferredLeader(property.preferredLeader)。
http://localhost:8983/solr/admin/collections?action=DELETEREPLICAPROP&shard=shard1&collection=collection1&replica=core_node1&property=preferredLeader
DELETEREPLICAPROP示例输出:
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">9</int>
</lst>
</response>
以上内容是否对您有帮助:
更多建议: