2006-02-22 00:53:23 -05:00
|
|
|
|
2006-01-26 00:37:29 -05:00
|
|
|
<!-- $Id: index.jsp,v 1.26 2005/09/20 18:23:30 yonik Exp $ -->
|
|
|
|
<!-- $Source: /cvs/main/searching/SolrServer/resources/admin/index.jsp,v $ -->
|
|
|
|
<!-- $Name: $ -->
|
|
|
|
|
2006-02-23 13:18:38 -05:00
|
|
|
<%@ page import="java.util.Date"%>
|
|
|
|
|
2006-02-22 00:53:23 -05:00
|
|
|
<!-- jsp:include page="header.jsp"/ -->
|
|
|
|
<!-- do a verbatim include so we can use the local vars -->
|
|
|
|
<%@include file="header.jsp" %>
|
2006-01-26 00:37:29 -05:00
|
|
|
|
|
|
|
<br clear="all">
|
|
|
|
<table>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<td>
|
2006-02-22 00:53:23 -05:00
|
|
|
<h3>Solr</h3>
|
2006-01-26 00:37:29 -05:00
|
|
|
</td>
|
|
|
|
<td>
|
2006-02-14 17:04:26 -05:00
|
|
|
[<a href="get-file.jsp?file=schema.xml">Schema</a>]
|
2006-02-14 14:36:06 -05:00
|
|
|
[<a href="get-file.jsp?file=solrconfig.xml">Config</a>]
|
|
|
|
[<a href="analysis.jsp?highlight=on">Analysis</a>]
|
2006-01-26 00:37:29 -05:00
|
|
|
<br>
|
2006-02-14 14:36:06 -05:00
|
|
|
[<a href="stats.jsp">Statistics</a>]
|
2006-02-14 17:04:26 -05:00
|
|
|
[<a href="registry.jsp">Info</a>]
|
2006-02-14 14:36:06 -05:00
|
|
|
[<a href="distributiondump.jsp">Distribution</a>]
|
|
|
|
[<a href="ping">Ping</a>]
|
2006-01-26 00:37:29 -05:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
2006-02-22 00:53:23 -05:00
|
|
|
|
2006-01-26 00:37:29 -05:00
|
|
|
<tr>
|
|
|
|
<td>
|
2006-02-14 17:04:26 -05:00
|
|
|
<strong>App server:</strong><br>
|
2006-01-26 00:37:29 -05:00
|
|
|
</td>
|
|
|
|
<td>
|
2006-02-14 17:04:26 -05:00
|
|
|
[<a href="get-properties.jsp">Java Properties</a>]
|
2006-02-14 14:36:06 -05:00
|
|
|
[<a href="threaddump.jsp">Thread Dump</a>]
|
2006-01-26 00:37:29 -05:00
|
|
|
<%
|
2006-02-22 00:53:23 -05:00
|
|
|
if (enabledFile!=null)
|
2006-01-26 00:37:29 -05:00
|
|
|
if (isEnabled) {
|
|
|
|
%>
|
2006-02-14 14:36:06 -05:00
|
|
|
[<a href="action.jsp?action=Disable">Disable</a>]
|
2006-01-26 00:37:29 -05:00
|
|
|
<%
|
|
|
|
} else {
|
|
|
|
%>
|
2006-02-14 14:36:06 -05:00
|
|
|
[<a href="action.jsp?action=Enable">Enable</a>]
|
2006-01-26 00:37:29 -05:00
|
|
|
<%
|
|
|
|
}
|
|
|
|
%>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
2006-02-22 00:53:23 -05:00
|
|
|
<!-- TODO: make it possible to add links to the admin page via solrconfig.xml
|
2006-01-26 00:37:29 -05:00
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<strong>Hardware:</strong><br>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
[<a href="http://playground.cnet.com/db/machines-match.php3?searchterm=<%= hostname %>&searchfield=hostorserial">Status</a>]
|
|
|
|
[<a href="http://playground.cnet.com/db/machines-match.php3?searchterm=<%= hostname %>/t&searchfield=hostorserial">Traffic</a>]
|
|
|
|
[<a href="http://monitor.cnet.com/orca_mon/?mgroup=prob&hours=48&hostname=<%= hostname %>">Problems</a>]
|
|
|
|
</td>
|
|
|
|
</tr>
|
2006-02-22 00:53:23 -05:00
|
|
|
-->
|
2006-01-26 00:37:29 -05:00
|
|
|
|
|
|
|
</table><P>
|
|
|
|
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td>
|
2006-02-11 12:17:33 -05:00
|
|
|
<h3>Make a Query</h3>
|
2006-01-26 00:37:29 -05:00
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
|
|
|
|
<td>
|
2006-02-14 14:36:06 -05:00
|
|
|
[<a href="form.jsp">Full Interface</a>]
|
2006-01-26 00:37:29 -05:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
StyleSheet:<br>Query:
|
|
|
|
</td>
|
|
|
|
<td colspan=2>
|
2006-02-14 14:36:06 -05:00
|
|
|
<form method="GET" action="../select/">
|
2006-01-26 00:37:29 -05:00
|
|
|
<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="start" type="hidden" value="0">
|
|
|
|
<input name="rows" type="hidden" value="10">
|
|
|
|
<input name="indent" type="hidden" value="on">
|
|
|
|
<br><input type="submit" value="search">
|
|
|
|
</form>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table><p>
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<h3>Assistance</h3>
|
|
|
|
</td>
|
|
|
|
<td>
|
2006-02-14 17:04:26 -05:00
|
|
|
[<a href="http://incubator.apache.org/solr/">Documentation</a>]
|
|
|
|
[<a href="http://issues.apache.org/jira/browse/SOLR">Issue Tracker</a>]
|
|
|
|
[<a href="mailto:solr-user@lucene.apache.org">Send Email</a>]
|
2006-01-26 00:37:29 -05:00
|
|
|
<br>
|
|
|
|
[<a href="http://lucene.apache.org/java/docs/queryparsersyntax.html">Lucene Query Syntax</a>]
|
|
|
|
</td>
|
2006-02-14 17:04:26 -05:00
|
|
|
<!--
|
2006-01-26 00:37:29 -05:00
|
|
|
<td rowspan="3">
|
2006-02-14 17:04:26 -05:00
|
|
|
<a href="http://incubator.apache.org/solr/"><img align="right" border=0 height="107" width="148" src="power.png"></a>
|
2006-01-26 00:37:29 -05:00
|
|
|
</td>
|
2006-02-14 17:04:26 -05:00
|
|
|
-->
|
2006-01-26 00:37:29 -05:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
</td>
|
|
|
|
<td>
|
2006-02-22 00:53:23 -05:00
|
|
|
Current Time: <%= new Date() %>
|
2006-01-26 00:37:29 -05:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
</td>
|
|
|
|
<td>
|
2006-02-22 00:53:23 -05:00
|
|
|
Server Start At: <%= new Date(core.getStartTime()) %>
|
2006-01-26 00:37:29 -05:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</body>
|
|
|
|
</html>
|