Author: ryan
Date: Thu Jan 3 21:27:35 2008
New Revision: 608749
URL: http://svn.apache.org/viewvc?rev=608749&view=rev
Log:
SOLR-142 -- don't need gettableFiles in default solrconfig.xml
Modified:
lucene/solr/trunk/example/solr/conf/solrconfig.xml
Modified: lucene/solr/trunk/example/solr/conf/solrconfig.xml
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/example/solr/conf/solrconfig.xml?rev=608749&r1=608748&r2=608749&view=diff
==============================================================================
--- lucene/solr/trunk/example/solr/conf/solrconfig.xml (original)
+++ lucene/solr/trunk/example/solr/conf/solrconfig.xml Thu Jan 3 21:27:35 2008
@@ -590,7 +590,6 @@
<!-- config for the admin interface -->
<admin>
<defaultQuery>solr</defaultQuery>
- <gettableFiles>solrconfig.xml schema.xml admin-extra.html</gettableFiles>
<!-- configure a healthcheck file for servers behind a loadbalancer
<healthcheck type="file">server-enabled</healthcheck>