将配置文件上传(更新)到正在运行的ZooKeeper(SolrCloud)

时间:2014-07-09 08:38:14

标签: solr apache-zookeeper solrcloud

我希望能够动态地向我的SolrCloud添加新的集合。但是要添加一个集合,我必须首先将配置文件上传到ZooKeeper,对吗? 但是,如果不重新启动ZooKeeper和我的Solr实例,我怎么能这样做呢?

1 个答案:

答案 0 :(得分:2)

如果您使用的是SOLR4.0 +,则无需重新启动SOLR实例。

http://technical-fundas.blogspot.in/2014/07/solr-reload-solrconfigxml-and-schemaxml.html

当您上传配置文件zookeeper时,您也不必重新启动zookeeper。

步骤:

1)上传zookeeper中的solrconfig.xml / schema.xml文件

2)RUN重载命令

http://technical-fundas.blogspot.in/2014/07/solr-reload-solrconfigxml-and-schemaxml.html

希望这能回答你的问题...