Author: yonik
Date: Thu Feb 23 14:31:00 2006
New Revision: 380251
URL: http://svn.apache.org/viewcvs?rev=380251&view=rev
Log:
default to latest XML output version, remove legacy getnumfound option
Modified:
incubator/solr/trunk/src/webapp/resources/admin/form.jsp
incubator/solr/trunk/src/webapp/resources/admin/index.jsp
Modified: incubator/solr/trunk/src/webapp/resources/admin/form.jsp
URL:
http://svn.apache.org/viewcvs/incubator/solr/trunk/src/webapp/resources/admin/form.jsp?rev=380251&r1=380250&r2=380251&view=diff
==============================================================================
--- incubator/solr/trunk/src/webapp/resources/admin/form.jsp (original)
+++ incubator/solr/trunk/src/webapp/resources/admin/form.jsp Thu Feb 23
14:31:00 2006
@@ -7,7 +7,7 @@
<table>
<tr>
<td>
- <strong>SOLR/Lucene Statement</strong>
+ <strong>Solr/Lucene Statement</strong>
</td>
<td>
<textarea rows="5" cols="60" name="q"></textarea>
@@ -15,18 +15,10 @@
</tr>
<tr>
<td>
- <strong>Return Number Found</strong>
- </td>
- <td>
- <input name="getnumfound" type="checkbox" > <em><font
size="-1">(Option ignored by SOLR... the number of matching documents is always
returned)</font></em>
- </td>
-</tr>
-<tr>
- <td>
<strong>Protocol Version</strong>
</td>
<td>
- <input name="version" type="text" value="2.0">
+ <input name="version" type="text" value="2.1">
</td>
</tr>
<tr>
Modified: incubator/solr/trunk/src/webapp/resources/admin/index.jsp
URL:
http://svn.apache.org/viewcvs/incubator/solr/trunk/src/webapp/resources/admin/index.jsp?rev=380251&r1=380250&r2=380251&view=diff
==============================================================================
--- incubator/solr/trunk/src/webapp/resources/admin/index.jsp (original)
+++ incubator/solr/trunk/src/webapp/resources/admin/index.jsp Thu Feb 23
14:31:00 2006
@@ -86,7 +86,7 @@
<form method="GET" action="../select/">
<input name="stylesheet" type="text" value=""><br>
<textarea rows="4" cols="40" name="q"><%= defaultSearch %></textarea>
- <input name="version" type="hidden" value="2.0">
+ <input name="version" type="hidden" value="2.1">
<input name="start" type="hidden" value="0">
<input name="rows" type="hidden" value="10">
<input name="indent" type="hidden" value="on">