summaryrefslogtreecommitdiff
path: root/htroot/IndexFederated_p.html
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2014-07-16 14:57:51 +0200
committerMichael Peter Christen <mc@yacy.net>2014-07-16 14:57:51 +0200
commitd07cdd8c3b570e2e5baad324d68f0081bc52e86f (patch)
tree573bf089a2526ae87441c3aed7f497d353a935cd /htroot/IndexFederated_p.html
parent8514bffc221741daf68365879627f27d10ba8a88 (diff)
added SolrCloud access mode and configuration
Diffstat (limited to 'htroot/IndexFederated_p.html')
-rw-r--r--htroot/IndexFederated_p.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/htroot/IndexFederated_p.html b/htroot/IndexFederated_p.html
index 0cdbe4a0e..336383e20 100644
--- a/htroot/IndexFederated_p.html
+++ b/htroot/IndexFederated_p.html
@@ -64,7 +64,12 @@
When a search request is made, all servers are accessed synchronously and the result is combined.</dd>
<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>
+ <dd>Sharding Method<br/>
+ <select id="solr.indexing.sharding" name="solr.indexing.sharding">
+ #{solr.indexing.sharding.methods}#
+ <option value="#[method]#" #(selected)#::selected="selected"#(/selected)#>#[method]#: #[description]#</option>
+ #{/solr.indexing.sharding.methods}#
+ </select></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>