Skip to content

Instantly share code, notes, and snippets.

@grosscol
Created January 8, 2016 20:00
Show Gist options
  • Save grosscol/e52f5863d4899b02d2ca to your computer and use it in GitHub Desktop.
Save grosscol/e52f5863d4899b02d2ca to your computer and use it in GitHub Desktop.
Solr5 xml
<?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