博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
solrcore.properties定义server是否是master
阅读量:5986 次
发布时间:2019-06-20

本文共 614 字,大约阅读时间需要 2 分钟。

hot3.png

If the configuration directory for a Solr core contains a file named solrcore.properties that file can contain any arbitrary user defined property names and values using the Java standard , and those properties can be used as variables in the XML configuration files for that Solr core.

比如可以在其中定义

#solrcore.properties in master
enable.master=true
enable.slave=false

and in slave

#solrcore.properties in slave 
enable.master=false 
enable.slave=true
Each core has its own solrcore.properties that is located under the conf directory of each core's instance directory.

转载于:https://my.oschina.net/u/138995/blog/194917

你可能感兴趣的文章
数控四轴四面 CUBE 应用的软件开发
查看>>
CCNP-3 EIGRP试验3(BSCI)
查看>>
openStack 手动部署文档
查看>>
运维的shell小编(7)
查看>>
Linux Study之--通过udev创建ASM DISK(RAC共享存储)
查看>>
windows7 RDP修改
查看>>
VMM系列之添加Hyper-V主机到VMM服务器
查看>>
python网络工具供以后使用
查看>>
为程序设置超时
查看>>
Android音频开发(6):使用 OpenSL ES API(上)
查看>>
windows 2008 R2下(AD RMS)无法检索证书层次结构的解决方法
查看>>
通过md5sum命令制造CPU负载或压力
查看>>
[3/04]域环境中出现“终结点不可用”的解决方法
查看>>
新版百度地图界面背后的故事
查看>>
联想第三季:PC+时代的航母启航?
查看>>
C语言位操作实例
查看>>
slackware开启mysql服务
查看>>
UNIX & Linux 将字符串转换成命令执行
查看>>
行为驱动开发Behaviour Driven Development
查看>>
Struts2中的Blob格式文件上传下载
查看>>