default to latest XML output version, remove legacy getnumfound option

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@380251 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2006-02-23 22:31:00 +00:00
parent d61f5dcc8f
commit c03c23bc41
2 changed files with 3 additions and 11 deletions

View File

@ -7,26 +7,18 @@
<table>
<tr>
<td>
<strong>SOLR/Lucene Statement</strong>
<strong>Solr/Lucene Statement</strong>
</td>
<td>
<textarea rows="5" cols="60" name="q"></textarea>
</td>
</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>

View File

@ -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">