You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ko...@apache.org on 2011/05/17 16:17:42 UTC

svn commit: r1104270 - in /lucene/dev/branches/lucene_solr_3_1/solr: CHANGES.txt src/webapp/web/admin/form.jsp

Author: koji
Date: Tue May 17 14:17:41 2011
New Revision: 1104270

URL: http://svn.apache.org/viewvc?rev=1104270&view=rev
Log:
SOLR-2445: leave qt empty in form.jsp

Modified:
    lucene/dev/branches/lucene_solr_3_1/solr/CHANGES.txt
    lucene/dev/branches/lucene_solr_3_1/solr/src/webapp/web/admin/form.jsp

Modified: lucene/dev/branches/lucene_solr_3_1/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_1/solr/CHANGES.txt?rev=1104270&r1=1104269&r2=1104270&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_1/solr/CHANGES.txt (original)
+++ lucene/dev/branches/lucene_solr_3_1/solr/CHANGES.txt Tue May 17 14:17:41 2011
@@ -25,6 +25,11 @@ on how to get started.
 
 Bug Fixes
 ----------------------
+
+* SOLR-2445: Change the default qt to blank in form.jsp, because there is no "standard"
+  request handler unless you have it in your solrconfig.xml explicitly.
+  (Gabriele Kahlout via koji)
+
 * SOLR-2493: SolrQueryParser was fixed to not parse the SolrConfig DOM tree on each
   instantiation which is a huge slowdown.  (Stephane Bailliez via uschindler)
 

Modified: lucene/dev/branches/lucene_solr_3_1/solr/src/webapp/web/admin/form.jsp
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_1/solr/src/webapp/web/admin/form.jsp?rev=1104270&r1=1104269&r2=1104270&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_1/solr/src/webapp/web/admin/form.jsp (original)
+++ lucene/dev/branches/lucene_solr_3_1/solr/src/webapp/web/admin/form.jsp Tue May 17 14:17:41 2011
@@ -72,7 +72,7 @@
 	<strong>Query Type</strong>
   </td>
   <td>
-	<input name="qt" type="text" value="standard">
+	<input name="qt" type="text" value="">
   </td>
 </tr>
 <tr>