You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2010/10/20 15:13:22 UTC

svn commit: r1025545 - /lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml

Author: gsingers
Date: Wed Oct 20 13:13:22 2010
New Revision: 1025545

URL: http://svn.apache.org/viewvc?rev=1025545&view=rev
Log:
SOLR-2177: turn on echoParams

Modified:
    lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml

Modified: lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml?rev=1025545&r1=1025544&r2=1025545&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml (original)
+++ lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml Wed Oct 20 13:13:22 2010
@@ -504,6 +504,7 @@
   -->
   <requestHandler name="/browse" class="solr.SearchHandler">
      <lst name="defaults">
+       <str name="echoParams">explicit</str>
 
        <!-- VelocityResponseWriter settings -->
        <str name="wt">velocity</str>