diff options
| author | Michael Peter Christen <mc@yacy.net> | 2012-09-24 17:05:28 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2012-09-24 17:05:28 +0200 |
| commit | 1b474139dd6bcbfc918b0351a88d5fcec00c5114 (patch) | |
| tree | ba5c0ba694c7207518578ece88e297d4b9290fec /htroot/IndexControlURLs_p.html | |
| parent | 4a3e684f8cda77f86d744972c86772d86dcc968c (diff) | |
used the new zip writer/reader to add a solr dump process: the whole
solr index can be written to a zip dump and also restored during runtime
Diffstat (limited to 'htroot/IndexControlURLs_p.html')
| -rw-r--r-- | htroot/IndexControlURLs_p.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/htroot/IndexControlURLs_p.html b/htroot/IndexControlURLs_p.html index 77abc40a3..c9d363ae9 100644 --- a/htroot/IndexControlURLs_p.html +++ b/htroot/IndexControlURLs_p.html @@ -125,6 +125,26 @@ function updatepage(str) { </table>
#(/statisticslines)#
+ #(dumprestore)#::
+ <form action="IndexControlURLs_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
+ <fieldset><legend>Dump and Restore of Solr Index</legend>
+ <dl>
+ <dt class="TableCellLight"> </dt>
+ <dd><input type="submit" name="indexdump" value="Create Dump" class="submitready" style="width:240px;"/>
+ </dd>
+ </dl>
+ <dl>
+ <dt class="TableCellDark">Dump File</dt>
+ <dd><input type="text" name="dumpfile" value="#[dumpfile]#" size="80" maxlength="250" />
+ </dd>
+ <dt class="TableCellLight"> </dt>
+ <dd><input type="submit" name="indexrestore" value="Restore Dump" class="submitready" style="width:240px;"/>
+ </dd>
+ </dl>
+ </fieldset>
+ </form>::
+ #(/dumprestore)#
+
#(lurlexport)#::
<form action="IndexControlURLs_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset><legend>Loaded URL Export</legend>
@@ -162,6 +182,10 @@ function updatepage(str) { <div class="error">Export to file #[exportfile]# failed: #[exportfailmsg]#</div>::
#(/lurlexporterror)#
+ #(indexdump)#::
+ <div class="commit">Stored a solr dump to file #[dumpfile]#</div>::
+ #(/indexdump)#
+
#(urlhashsimilar)#::<p>Sequential List of URL-Hashes:<br />
#{rows}#
#{cols}#<a href="/IndexControlURLs_p.html?urlhash=#[urlHash]#&urlhashsearch=1" class="tt">#[urlHash]#</a> #{/cols}#<br />
|
