Skip to content

Instantly share code, notes, and snippets.

@kevindoran
Created February 5, 2013 01:27
Show Gist options
  • Select an option

  • Save kevindoran/4711324 to your computer and use it in GitHub Desktop.

Select an option

Save kevindoran/4711324 to your computer and use it in GitHub Desktop.
solr core config
<!-- persistent="true" allows the web interface to make lasting changes to Solr. -->
<solr persistent="true" sharedlib="lib">
<cores adminpath="/admin/cores" host="${host:}" hostcontext="${hostContext:}" hostport="${jetty.port:}" zkclienttimeout="${zkClientTimeout:15000}">
<core default="true" instancedir="auctions" name="auctions">
</core></cores>
</solr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment