2012-03-06 12:04:19 -05:00
|
|
|
<html>
|
2011-05-26 12:18:58 -04:00
|
|
|
|
2012-03-06 12:04:19 -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
|
2011-05-26 12:18:58 -04:00
|
|
|
|
2012-03-06 12:04:19 -05:00
|
|
|
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.
|
|
|
|
-->
|
2007-12-21 17:23:39 -05:00
|
|
|
|
2007-01-17 12:06:44 -05:00
|
|
|
<head>
|
2011-05-26 12:18:58 -04:00
|
|
|
|
2012-03-07 11:30:20 -05:00
|
|
|
<title>Solr Admin</title>
|
2011-05-26 12:18:58 -04:00
|
|
|
|
2012-03-07 11:30:20 -05:00
|
|
|
<link rel="icon" type="image/ico" href="img/favicon.ico">
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/styles/common.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/styles/analysis.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/styles/cloud.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/styles/cores.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/styles/dashboard.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/styles/dataimport.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/styles/index.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/styles/java-properties.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/styles/logging.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/styles/menu.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/styles/plugins.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/styles/query.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/styles/replication.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/styles/schema-browser.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/styles/threads.css">
|
2012-03-21 05:36:59 -04:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/chosen.css">
|
2011-05-26 12:18:58 -04:00
|
|
|
|
2012-03-07 11:30:20 -05:00
|
|
|
<script type="text/javascript">
|
2011-05-26 12:18:58 -04:00
|
|
|
|
2012-03-07 11:30:20 -05:00
|
|
|
var app_config = {};
|
2011-05-26 12:18:58 -04:00
|
|
|
|
2012-03-07 11:30:20 -05:00
|
|
|
app_config.solr_path = '${contextPath}';
|
|
|
|
app_config.core_admin_path = '${adminPath}';
|
2011-05-26 12:18:58 -04:00
|
|
|
|
2012-03-07 11:30:20 -05:00
|
|
|
</script>
|
2011-05-26 12:18:58 -04:00
|
|
|
|
2007-01-17 12:06:44 -05:00
|
|
|
</head>
|
|
|
|
<body>
|
2011-05-26 12:18:58 -04:00
|
|
|
|
2012-03-07 11:30:20 -05:00
|
|
|
<div id="wrapper">
|
2011-05-26 12:18:58 -04:00
|
|
|
|
2012-03-07 11:30:20 -05:00
|
|
|
<div id="header">
|
2011-05-26 12:18:58 -04:00
|
|
|
|
2012-03-07 11:30:20 -05:00
|
|
|
<a href="./" id="solr"><span>Apache SOLR</span></a>
|
2011-05-26 12:18:58 -04:00
|
|
|
|
2012-03-07 11:30:20 -05:00
|
|
|
<p id="environment"> </p>
|
2011-05-26 12:18:58 -04:00
|
|
|
|
2012-03-07 11:30:20 -05:00
|
|
|
</div>
|
2011-06-03 14:51:37 -04:00
|
|
|
|
2012-03-07 11:30:20 -05:00
|
|
|
<div id="main" class="clearfix">
|
2012-07-30 19:26:11 -04:00
|
|
|
|
|
|
|
<div id="init-failures">
|
|
|
|
|
|
|
|
<h2>SolrCore Initialization Failures</h2>
|
|
|
|
<ul></ul>
|
|
|
|
<p>Please check your logs for more information</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2012-03-07 11:30:20 -05:00
|
|
|
<div id="content-wrapper">
|
|
|
|
<div id="content">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
2011-05-26 12:18:58 -04:00
|
|
|
|
2012-03-07 11:30:20 -05:00
|
|
|
<div id="menu-wrapper">
|
2012-03-21 05:36:59 -04:00
|
|
|
<div>
|
2012-03-07 11:30:20 -05:00
|
|
|
|
2012-03-21 05:36:59 -04:00
|
|
|
<ul id="menu">
|
2012-05-17 04:45:29 -04:00
|
|
|
|
2012-03-07 11:30:20 -05:00
|
|
|
<li id="index" class="global"><p><a href="#/">Dashboard</a></p></li>
|
2012-05-17 04:45:29 -04:00
|
|
|
|
|
|
|
<li id="logging" class="global"><p><a href="#/~logging">Logging</a></p>
|
|
|
|
<ul>
|
|
|
|
<li class="level"><a href="#/~logging/level">Level</a></li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li id="cloud" class="global optional"><p><a href="#/~cloud">Cloud</a></p>
|
|
|
|
<ul>
|
2012-08-07 12:10:19 -04:00
|
|
|
<li class="tree"><a href="#/~cloud?view=tree">Tree</a></li>
|
|
|
|
<li class="graph"><a href="#/~cloud">Graph</a></li>
|
2012-05-17 04:45:29 -04:00
|
|
|
<li class="rgraph"><a href="#/~cloud?view=rgraph">Graph (Radial)</a></li>
|
|
|
|
<li class="dump"><a href="#/~cloud">Dump</a></li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
|
2012-05-16 11:36:35 -04:00
|
|
|
<li id="cores" class="global"><p><a href="#/~cores">Core Admin</a></p></li>
|
2012-05-17 04:45:29 -04:00
|
|
|
|
2012-03-21 05:36:59 -04:00
|
|
|
<li id="java-properties" class="global"><p><a href="#/~java-properties">Java Properties</a></li>
|
2012-05-17 04:45:29 -04:00
|
|
|
|
2012-03-21 05:36:59 -04:00
|
|
|
<li id="threads" class="global"><p><a href="#/~threads">Thread Dump</a></p></li>
|
2012-05-17 04:45:29 -04:00
|
|
|
|
2012-03-21 05:36:59 -04:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
<ul id="menu-selector">
|
2012-03-07 11:30:20 -05:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
2011-05-26 12:18:58 -04:00
|
|
|
|
2012-03-07 11:30:20 -05:00
|
|
|
<div id="meta">
|
2011-05-26 12:18:58 -04:00
|
|
|
|
2012-03-07 11:30:20 -05:00
|
|
|
<ul>
|
2011-05-26 12:18:58 -04:00
|
|
|
|
2012-03-07 11:30:20 -05:00
|
|
|
<li class="documentation"><a href="http://lucene.apache.org/solr/"><span>Documentation</span></a></li>
|
|
|
|
<li class="issues"><a href="http://issues.apache.org/jira/browse/SOLR"><span>Issue Tracker</span></a></li>
|
|
|
|
<li class="irc"><a href="http://webchat.freenode.net/?channels=#solr"><span>IRC Channel</span></a></li>
|
|
|
|
<li class="mailinglist"><a href="http://wiki.apache.org/solr/UsingMailingLists"><span>Community forum</span></a></li>
|
|
|
|
<li class="wiki-query-syntax"><a href="http://wiki.apache.org/solr/SolrQuerySyntax"><span>Solr Query Syntax</span></a></li>
|
2011-05-26 12:18:58 -04:00
|
|
|
|
2012-03-07 11:30:20 -05:00
|
|
|
</ul>
|
2011-05-26 12:18:58 -04:00
|
|
|
|
2012-03-07 11:30:20 -05:00
|
|
|
</div>
|
2011-05-26 12:18:58 -04:00
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2012-03-07 11:30:20 -05:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<script src="js/require.js" data-main="js/main"></script>
|
2012-02-23 14:23:10 -05:00
|
|
|
|
2007-01-17 12:06:44 -05:00
|
|
|
</body>
|
2012-03-07 11:30:20 -05:00
|
|
|
</html>
|