mirror of https://github.com/apache/lucene.git
123 lines
3.1 KiB
HTML
123 lines
3.1 KiB
HTML
<!--
|
|
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.
|
|
-->
|
|
<div id="dataimport" class="clearfix">
|
|
|
|
<div id="frame">
|
|
|
|
<div id="current_state">
|
|
|
|
<span class="time"></span>
|
|
<div class="info">
|
|
<strong></strong>
|
|
<div class="details"></div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="config-error">
|
|
|
|
Dataimport XML-Configuration is not valid
|
|
|
|
</div>
|
|
|
|
<div class="block hidden" id="config">
|
|
|
|
<h2>
|
|
<a class="toggle"><span>Dataimport Configuration</span></a>
|
|
<a class="reload_config" title="Reload Configuration">Reload</a>
|
|
</h2>
|
|
|
|
<div class="message-container">
|
|
<div class="message"></div>
|
|
</div>
|
|
|
|
<div class="content">
|
|
|
|
<div id="dataimport_config">
|
|
|
|
<div class="loader">Loading ...</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="form">
|
|
|
|
<div id="navigation">
|
|
|
|
<ul></ul>
|
|
|
|
</div>
|
|
|
|
<form action="#" method="get">
|
|
|
|
<label for="command">
|
|
<a rel="help">Command</a>
|
|
</label>
|
|
<select name="command" id="command">
|
|
<option>full-import</option>
|
|
<option>delta-import</option>
|
|
</select>
|
|
|
|
<label for="verbose" class="checkbox">
|
|
<input type="checkbox" name="verbose" id="verbose" value="true">
|
|
<a rel="help">Verbose</a>
|
|
</label>
|
|
|
|
<label for="clean" class="checkbox">
|
|
<input type="checkbox" name="clean" id="clean" value="true">
|
|
<a rel="help">Clean</a>
|
|
</label>
|
|
|
|
<label for="commit" class="checkbox">
|
|
<input type="checkbox" name="commit" id="commit" value="true">
|
|
<a rel="help">Commit</a>
|
|
</label>
|
|
|
|
<label for="optimize" class="checkbox">
|
|
<input type="checkbox" name="optimize" id="optimize" value="true">
|
|
<a rel="help">Optimize</a>
|
|
</label>
|
|
|
|
<label for="entity">
|
|
<a rel="help">Entity</a>
|
|
</label>
|
|
<select id="entity"></select>
|
|
|
|
<label for="start">
|
|
<a rel="help">Start</a>,
|
|
<a rel="help">Rows</a>
|
|
</label>
|
|
<input type="text" id="start" placeholder="0">
|
|
<input type="text" id="rows" placeholder="10">
|
|
|
|
<label for="custom_parameters">
|
|
<a rel="help">Custom Parameters</a>
|
|
</label>
|
|
<input type="text" id="custom_parameters" value="">
|
|
|
|
<button type="submit">Execute Import</button>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div> |