You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by bi...@apache.org on 2006/05/02 20:21:48 UTC

svn commit: r398999 - /incubator/solr/trunk/example/solr/conf/solrconfig.xml

Author: billa
Date: Tue May  2 11:21:43 2006
New Revision: 398999

URL: http://svn.apache.org/viewcvs?rev=398999&view=rev
Log:
added admin-extra.html to gettableFiles

Modified:
    incubator/solr/trunk/example/solr/conf/solrconfig.xml

Modified: incubator/solr/trunk/example/solr/conf/solrconfig.xml
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/example/solr/conf/solrconfig.xml?rev=398999&r1=398998&r2=398999&view=diff
==============================================================================
--- incubator/solr/trunk/example/solr/conf/solrconfig.xml (original)
+++ incubator/solr/trunk/example/solr/conf/solrconfig.xml Tue May  2 11:21:43 2006
@@ -192,7 +192,7 @@
   <!-- config for the admin interface --> 
   <admin>
     <defaultQuery>solr</defaultQuery>
-    <gettableFiles>solrconfig.xml schema.xml</gettableFiles>
+    <gettableFiles>solrconfig.xml schema.xml admin-extra.html</gettableFiles>
     <pingQuery>q=id:0&amp;start=0&amp;rows=0</pingQuery>
 
     <!-- configure a healthcheck file for servers behind a loadbalancer