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 ry...@apache.org on 2007/05/10 04:17:11 UTC

svn commit: r536732 - /lucene/solr/trunk/src/test/test-files/solr/conf/solrconfig.xml

Author: ryan
Date: Wed May  9 19:17:10 2007
New Revision: 536732

URL: http://svn.apache.org/viewvc?view=rev&rev=536732
Log:
removed IndexInfoRequestHandler from test schema.xml  -- needed to pass the tests

Modified:
    lucene/solr/trunk/src/test/test-files/solr/conf/solrconfig.xml

Modified: lucene/solr/trunk/src/test/test-files/solr/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/test/test-files/solr/conf/solrconfig.xml?view=diff&rev=536732&r1=536731&r2=536732
==============================================================================
--- lucene/solr/trunk/src/test/test-files/solr/conf/solrconfig.xml (original)
+++ lucene/solr/trunk/src/test/test-files/solr/conf/solrconfig.xml Wed May  9 19:17:10 2007
@@ -191,7 +191,6 @@
      is not specified in the request.
   -->
   <requestHandler name="standard" class="solr.StandardRequestHandler"/>
-  <requestHandler name="indexinfo" class="solr.IndexInfoRequestHandler"/>
   <requestHandler name="dismaxOldStyleDefaults"
                   class="solr.DisMaxRequestHandler" >
      <!-- for historic reasons, DisMaxRequestHandler will use all of



Re: svn commit: r536732 - /lucene/solr/trunk/src/test/test-files/solr/conf/solrconfig.xml

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
oops, thanks Ryan!   I ran the tests before my change to make sure  
all was well, and ran the solr-ruby tests (which rely on their own  
config files afterwards.

	Erik


On May 9, 2007, at 10:17 PM, ryan@apache.org wrote:

> Author: ryan
> Date: Wed May  9 19:17:10 2007
> New Revision: 536732
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=536732
> Log:
> removed IndexInfoRequestHandler from test schema.xml  -- needed to  
> pass the tests
>
> Modified:
>     lucene/solr/trunk/src/test/test-files/solr/conf/solrconfig.xml
>
> Modified: lucene/solr/trunk/src/test/test-files/solr/conf/ 
> solrconfig.xml
> URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/test/test- 
> files/solr/conf/solrconfig.xml? 
> view=diff&rev=536732&r1=536731&r2=536732
> ====================================================================== 
> ========
> --- lucene/solr/trunk/src/test/test-files/solr/conf/solrconfig.xml  
> (original)
> +++ lucene/solr/trunk/src/test/test-files/solr/conf/solrconfig.xml  
> Wed May  9 19:17:10 2007
> @@ -191,7 +191,6 @@
>       is not specified in the request.
>    -->
>    <requestHandler name="standard"  
> class="solr.StandardRequestHandler"/>
> -  <requestHandler name="indexinfo"  
> class="solr.IndexInfoRequestHandler"/>
>    <requestHandler name="dismaxOldStyleDefaults"
>                    class="solr.DisMaxRequestHandler" >
>       <!-- for historic reasons, DisMaxRequestHandler will use all of
>