使master的主從服務(wù)生效:
http://192.168.240.131:8982/solr/core_name/replication?command=enablereplication
使master的主從服務(wù)失效:
http://master_host:port/solr/core_name/replication?command=disablereplication
查看當(dāng)前索引的版本:
http://host:port/solr/core_name/replication?command=indexversion
手動(dòng)從master拉取數(shù)據(jù)到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
執(zhí)行備份:
http://master_host:port/solr/core_name/replication?command=backup
刪除備份:
http://master_host:port /solr/core_name/replication?command=deletebackup