欢迎投稿

今日深度:

Solr操作,

Solr操作,


使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

www.htsjk.Com true http://www.htsjk.com/solr/31990.html NewsArticle Solr操作, 使master的主从服务生效: http://192.168.240.131:8982/solr/core_name/replication?command=enablereplication 使master的主从服务失效: http://master_host:port/solr/core_name/replication?command=disablereplication 查看...
相关文章
    暂无相关文章
评论暂时关闭