Created
January 8, 2016 20:00
-
-
Save grosscol/e52f5863d4899b02d2ca to your computer and use it in GitHub Desktop.
Solr5 xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<solr> | |
<sharedLib>lib</sharedLib> | |
<solrcloud> | |
<str name="host">${host:}</str> | |
<int name="hostPort">${jetty.port:8983}</int> | |
<str name="hostContext">${hostContext:solr}</str> | |
<int name="zkClientTimeout">${zkClientTimeout:15000}</int> | |
<bool name="genericCoreNodeNames">${genericCoreNodeNames:true}</bool> | |
</solrcloud> | |
<shardHandlerFactory name="shardHandlerFactory" | |
class="HttpShardHandlerFactory"> | |
<int name="socketTimeout">${socketTimeout:0}</int> | |
<int name="connTimeout">${connTimeout:0}</int> | |
</shardHandlerFactory> | |
</solr> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment