【发布时间】:2020-04-08 20:39:40
【问题描述】:
我正在尝试在 solr 云中创建集合,
https://abc.a/solr/admin/collections?action=CREATE&name=123&configSet=super&numShards=2&replicationFactor=2&maxShardsPerNode=2&wt=json
集合已创建,但 configSet 是使用 _default 创建的
除了指定的configSet "super"
super 配置已经上传到zookeeper。
【问题讨论】:
-
您需要改用
collection.configName=super吗?你运行的是什么版本的 Solr? -
是的,完全是 .. 版本 8.4.1
-
现在可以用了吗?
-
使用默认的而不是指定的“超级”创建的集合
-
根据to the documentation参数命名为
collection.configName。