solr更新schema.xml后,重新把配置文件注入到zookeeper

1,solr更新schema.xml后,重新把配置文件注入到zookeeper:
./zkcli.sh -z Master.Hadoop:2181 -cmd putfile /solr/configs/poi_index_update/schema.xml /data/solr-5.3.1/server/solr/configsets/poi_index_update_configs/conf/schema.xml  -- 前一个文件为zookeeper文件路径,后面为本地文件路径
2, http://localhost:8983/solr/admin/cores?action=RELOAD&core=core0 重新加载这个core,一般通过浏览器界面操作。

你可能感兴趣的:(Solr)