diff options
| author | Michael Peter Christen <mc@yacy.net> | 2013-05-29 13:09:34 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2013-05-29 13:09:34 +0200 |
| commit | 281959a2d727d9c38f0d62aec4b8f91b5db91429 (patch) | |
| tree | db2efbe693085aeb519b83c2d74214b2b7f390dc /htroot/IndexControlURLs_p.html | |
| parent | 80a7989e8c4e5a42157d594d1e63d63ce34cb363 (diff) | |
added option to re-boot the embedded solr during run-time. Added also
API recording for this method so it can be repeated automatically. The
index dump generation is now also available for API recording. Added
some synchronization in backend which was necessary for this.
Diffstat (limited to 'htroot/IndexControlURLs_p.html')
| -rw-r--r-- | htroot/IndexControlURLs_p.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/htroot/IndexControlURLs_p.html b/htroot/IndexControlURLs_p.html index 8dc15f2c9..c22c46516 100644 --- a/htroot/IndexControlURLs_p.html +++ b/htroot/IndexControlURLs_p.html @@ -161,6 +161,15 @@ function updatepage(str) { </dd>
</dl>
</fieldset>
+ </form>
+ <form action="IndexControlURLs_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
+ <fieldset><legend>Reboot Solr Core</legend>
+ <dl>
+ <dt class="TableCellLight"> </dt>
+ <dd><input type="submit" name="rebootsolr" value="Shut Down and Re-Start Solr" class="submitready" style="width:240px;"/>
+ </dd>
+ </dl>
+ </fieldset>
</form>::
#(/dumprestore)#
|
