使master的主从服务生效:
http://192.168.240.131:8982/solr/core_name/replication?command=enablereplication
使master的主从服务失效:
http://master_host:port/solr/core_name/replication?command=disablereplication
查看当前索引的版本:
http://host:port/solr/core_name/replication?command=indexversion
手动从master拉取数据到slave:
http://slave_host:port/solr/core_name/replication?command=fetchindex
使slave的轮询失效:
ttp://slave_host:port/solr/core_name/replication?command=disablepoll
使slave的轮询生效:
http://slave_host:port/solr/core_name/replication?command=enablepoll
执行备份:
http://master_host:port/solr/core_name/replication?command=backup
删除备份:
http://master_host:port /solr/core_name/replication?command=deletebackup
网友评论