2006-07-19 14:48:16 -04:00
|
|
|
<%@ page contentType="text/html; charset=utf-8" pageEncoding="UTF-8"%>
|
2006-02-22 00:53:23 -05:00
|
|
|
<%@include file="header.jsp" %>
|
2006-01-26 00:37:29 -05:00
|
|
|
|
|
|
|
<br clear="all">
|
|
|
|
<h2>/select mode</h2>
|
|
|
|
|
2006-02-14 14:36:06 -05:00
|
|
|
<form method="GET" action="../select">
|
2006-01-26 00:37:29 -05:00
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td>
|
2006-02-23 17:31:00 -05:00
|
|
|
<strong>Solr/Lucene Statement</strong>
|
2006-01-26 00:37:29 -05:00
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<textarea rows="5" cols="60" name="q"></textarea>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<strong>Protocol Version</strong>
|
|
|
|
</td>
|
|
|
|
<td>
|
2006-02-23 17:31:00 -05:00
|
|
|
<input name="version" type="text" value="2.1">
|
2006-01-26 00:37:29 -05:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<strong>Start Row</strong>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<input name="start" type="text" value="0">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<strong>Maximum Rows Returned</strong>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<input name="rows" type="text" value="10">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<strong>Fields to Return</strong>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<input name="fl" type="text" value="">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<strong>Query Type</strong>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<input name="qt" type="text" value="standard">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<strong>Style Sheet</strong>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<input name="stylesheet" type="text" value="">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<strong>Indent XML</strong>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<input name="indent" type="checkbox" checked="true">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<strong>Debug: enable</strong>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<input name="debugQuery" type="checkbox" >
|
|
|
|
<em><font size="-1"> Note: do "view source" in your browser to see explain() correctly indented</font></em>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<strong>Debug: explain others</strong>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<input name="explainOther" type="text" >
|
|
|
|
<em><font size="-1"> apply original query scoring to matches of this query</font></em>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2006-09-01 15:22:47 -04:00
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<strong>Enable Highlighting</strong>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<input name="hl" type="checkbox" >
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<strong>Fields to Highlight</strong>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<input name="hl.fl" type="text" >
|
|
|
|
</td>
|
|
|
|
</tr>
|
2006-01-26 00:37:29 -05:00
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
</td>
|
|
|
|
<td>
|
2006-07-11 08:20:46 -04:00
|
|
|
<input class="stdbutton" type="submit" value="search">
|
2006-01-26 00:37:29 -05:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|