我已经配置了 5 个节点集群让我们说(h1、h2、h3、h4、h5)
我想创建一个数据库content
,其中有一个林content-1
和h1
4 个副本h2,h3,h4,h5
。
这是否可以通过使用一些 ml-gradle 属性来实现,或者我必须为其定义自定义 json?
-r-
指定副本。
尝试https://github.com/marklogic-community/ml-gradle/wiki/Creating-forests上的说明。
听起来你想要mlForestsPerHost=content,1
and mlDatabaseNamesAndReplicaCounts=content,4
。