2006-07-19 14:48:16 -04:00
|
|
|
<%@ page contentType="text/html; charset=utf-8" pageEncoding="UTF-8"%>
|
2006-11-09 18:13:58 -05:00
|
|
|
<%--
|
|
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
|
|
this work for additional information regarding copyright ownership.
|
|
|
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
|
(the "License"); you may not use this file except in compliance with
|
|
|
|
the License. You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
--%>
|
|
|
|
|
|
|
|
<%-- $Id$ --%>
|
|
|
|
<%-- $Source: /cvs/main/searching/SolrServer/resources/admin/index.jsp,v $ --%>
|
|
|
|
<%-- $Name: $ --%>
|
2006-01-26 00:37:29 -05:00
|
|
|
|
2006-05-02 13:42:28 -04:00
|
|
|
<%@ page import="java.util.Date" %>
|
2006-02-23 13:18:38 -05:00
|
|
|
|
2006-11-09 18:13:58 -05:00
|
|
|
<%-- jsp:include page="header.jsp"/ --%>
|
|
|
|
<%-- do a verbatim include so we can use the local vars --%>
|
2006-02-22 00:53:23 -05:00
|
|
|
<%@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-05-02 16:19:00 -04:00
|
|
|
[<a href="logging.jsp">Logging</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-05-02 13:42:28 -04:00
|
|
|
<jsp:include page="get-file.jsp?file=admin-extra.html&optional=y" flush="true"/>
|
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>
|
2006-11-30 19:16:46 -05:00
|
|
|
[<a href="form.jsp">Full Interface</a>]
|
2006-01-26 00:37:29 -05:00
|
|
|
</td>
|
2006-11-30 19:16:46 -05:00
|
|
|
|
2006-01-26 00:37:29 -05:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
2006-11-30 19:16:46 -05:00
|
|
|
Query String:
|
2006-01-26 00:37:29 -05:00
|
|
|
</td>
|
|
|
|
<td colspan=2>
|
2006-09-19 08:33:34 -04:00
|
|
|
<form name=queryForm method="GET" action="../select/">
|
2006-07-11 08:20:46 -04:00
|
|
|
<textarea class="std" rows="4" cols="40" name="q"><%= defaultSearch %></textarea>
|
2006-02-23 17:31:00 -05:00
|
|
|
<input name="version" type="hidden" value="2.1">
|
2006-01-26 00:37:29 -05:00
|
|
|
<input name="start" type="hidden" value="0">
|
|
|
|
<input name="rows" type="hidden" value="10">
|
|
|
|
<input name="indent" type="hidden" value="on">
|
2006-09-19 08:33:34 -04:00
|
|
|
<br><input class="stdbutton" type="button" value="search" onclick="if (queryForm.q.value.length==0) alert('no empty queries, please'); else queryForm.submit();">
|
2006-01-26 00:37:29 -05:00
|
|
|
</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>
|