projects
/
lui-solr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f03f63
)
Enable replication.
author
Dennis Schafroth
<dennis@indexdata.com>
Mon, 19 Aug 2013 11:23:32 +0000
(13:23 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Mon, 19 Aug 2013 11:23:32 +0000
(13:23 +0200)
conf/solrconfig-master.xml
patch
|
blob
|
history
diff --git
a/conf/solrconfig-master.xml
b/conf/solrconfig-master.xml
index
0f7803c
..
78ec1f7
100644
(file)
--- a/
conf/solrconfig-master.xml
+++ b/
conf/solrconfig-master.xml
@@
-1182,13
+1182,11
@@
the "master" or a "slave". If this instance is a "slave" you will
also need to fill in the masterUrl to point to a real machine.
-->
- <!--
<lst name="master">
<str name="replicateAfter">commit</str>
<str name="replicateAfter">startup</str>
<str name="confFiles">schema.xml,stopwords.txt</str>
</lst>
- -->
<!--
<lst name="slave">
<str name="masterUrl">http://your-master-hostname:8983/solr</str>