Use an esternal zookeeper cluster manage the solr cluster.

This commit is contained in:
Andrea Dell'Amico 2017-09-07 14:37:50 +02:00
parent 5ccf31727e
commit eaeeb4e215
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<str name="hostContext">${hostContext:solr}</str>
<int name="zkClientTimeout">{{ solr_zk_timeout }}</int>
<bool name="genericCoreNodeNames">${genericCoreNodeNames:true}</bool>
{% if solr_cloud_mode %}
{% if solr_zk_external_cluster %}
<str name="zkHost">{{ solr_zk_hosts }}</str>
{% endif %}
{% endif %}