summaryrefslogtreecommitdiff
path: root/htroot/IndexFederated_p.html
diff options
context:
space:
mode:
authororbiter <mc@yacy.net>2014-01-23 22:48:31 +0100
committerorbiter <mc@yacy.net>2014-01-23 22:48:31 +0100
commit768b1306b8752995fc0c7fc59cb93c4fa01dd353 (patch)
tree118e054fb9466a98975352fd59b8977a45a71423 /htroot/IndexFederated_p.html
parentf7d6dd136f850176934f4cc82c0e55171391bb7a (diff)
Added a write-enabled checkbox for remote solr servers.
It is now possible to assign every peer other YaCy peers as remote solr server which are only used for read operations during search. This also affects crawling: it will exclude urls from crawls which exist on remote solr/remote YaCy peers.
Diffstat (limited to 'htroot/IndexFederated_p.html')
-rw-r--r--htroot/IndexFederated_p.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/htroot/IndexFederated_p.html b/htroot/IndexFederated_p.html
index 1c21b55b0..2f4c2682c 100644
--- a/htroot/IndexFederated_p.html
+++ b/htroot/IndexFederated_p.html
@@ -68,6 +68,9 @@
<dt class="TableCellDark"></dt>
<dd>Sharding Method<br/><input type="text" size="50" maxlength="50" value="#[solr.indexing.sharding]#" name="solr.indexing.sharding" id="solr.indexing.sharding" disabled="disabled"/></dd>
+ <dt class="TableCellDark"></dt>
+ <dd><input type="checkbox" name="solr.indexing.solrremote.writeenabled" id="solr_indexing_solrremote_writeenabled" #(solr.indexing.solrremote.writeenabled.checked)#:: checked="checked"#(/solr.indexing.solrremote.writeenabled.checked)#/> write-enabled (if unchecked, the remote server(s) will only be used as search peers)</dd>
+
<dt><input type="submit" name="setsolr" value="Set" /></dt><dd></dd>
</dd>