mirror of
https://github.com/apache/lucene.git
synced 2025-02-20 17:07:09 +00:00
add hostContext to solr.xml by default
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1373900 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
85c6e76ab8
commit
bb54482c00
@ -47,7 +47,7 @@
|
||||
All of the attributes in cores after defaultCoreName only apply when running in SolrCloud mode.
|
||||
You can read more about SolrCloud mode at http://wiki.apache.org/solr/SolrCloud
|
||||
-->
|
||||
<cores adminPath="/admin/cores" defaultCoreName="collection1" host="${host:}" hostPort="${jetty.port:}" zkClientTimeout="${zkClientTimeout:15000}">
|
||||
<cores adminPath="/admin/cores" defaultCoreName="collection1" host="${host:}" hostPort="${jetty.port:}" hostContext="${hostContext:}" zkClientTimeout="${zkClientTimeout:15000}">
|
||||
<core name="collection1" instanceDir="collection1" />
|
||||
</cores>
|
||||
</solr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user