summaryrefslogtreecommitdiff
path: root/htroot
diff options
context:
space:
mode:
authorreger <reger18@arcor.de>2013-01-27 06:13:49 +0100
committerreger <reger18@arcor.de>2013-01-27 06:13:49 +0100
commit3777b338c7d17fc091faeb3e2a854d5dc409e31d (patch)
treecdaff9019d2ef9f02fb6a000386d3fe31ba3299e /htroot
parent8447814a311fdff8a073467ba6c3cf564c50bc0c (diff)
bugfix: location url for migrate urldb button onclick
Diffstat (limited to 'htroot')
-rw-r--r--htroot/IndexFederated_p.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/IndexFederated_p.html b/htroot/IndexFederated_p.html
index 778ba22db..7f6925f69 100644
--- a/htroot/IndexFederated_p.html
+++ b/htroot/IndexFederated_p.html
@@ -27,7 +27,7 @@
The rwi index is necessary for index transmission and shall be switched off in future portalmode configurations.
<dl>
<dt><input type="checkbox" name="core.service.fulltext" id="core.service.fulltext" #(core.service.fulltext.checked)#:: checked="checked"#(/core.service.fulltext.checked)# /></dt><dd>url metadata and embedded solr fulltext search index, interface at: <a href="/solr/select?q=*:*&start=0&rows=10" target="_blank">/solr/select?q=*:*&amp;start=0&amp;rows=10</a>
- #(migrateUrlDbtoSolr)#:: <input type="button" class="submitready" onclick="window.location = '/api/migrateurldb_p.html';" value="migrate old index" />#(/migrateUrlDbtoSolr)# </dd>
+ #(migrateUrlDbtoSolr)#:: <input type="button" class="submitready" onclick="window.location = 'migrateurldb_p.html';" value="migrate old index" />#(/migrateUrlDbtoSolr)# </dd>
<dt><input type="checkbox" name="core.service.rwi.tmp" id="core.service.rwi" #(core.service.rwi.tmp.checked)#:: checked="checked"#(/core.service.rwi.tmp.checked)# /></dt><dd>embedded 'classic' rwi index</dd>
<dt><input type="checkbox" name="core.service.citation.tmp" id="core.service.citation" #(core.service.citation.tmp.checked)#:: checked="checked"#(/core.service.citation.tmp.checked)# /></dt><dd>embedded citation reference index (link structure, used for ranking)</dd>
<dt></dt><dd><input type="submit" name="set" value="Set" /></dd>