Created
February 5, 2013 01:27
-
-
Save kevindoran/4711324 to your computer and use it in GitHub Desktop.
solr core config
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
| <!-- 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