You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2018/03/08 18:10:26 UTC

[2/2] lucene-solr:master: SOLR-12068: Remove unnecessary config from example

SOLR-12068: Remove unnecessary config from example


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/ab4cd429
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/ab4cd429
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/ab4cd429

Branch: refs/heads/master
Commit: ab4cd42903925f3edc3d06c41a4726e78a6b08ca
Parents: b20573d
Author: Cassandra Targett <ct...@apache.org>
Authored: Thu Mar 8 12:09:14 2018 -0600
Committer: Cassandra Targett <ct...@apache.org>
Committed: Thu Mar 8 12:09:14 2018 -0600

----------------------------------------------------------------------
 solr/solr-ref-guide/src/cdcr-config.adoc | 11 -----------
 1 file changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ab4cd429/solr/solr-ref-guide/src/cdcr-config.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/cdcr-config.adoc b/solr/solr-ref-guide/src/cdcr-config.adoc
index ad74629..e7b4806 100644
--- a/solr/solr-ref-guide/src/cdcr-config.adoc
+++ b/solr/solr-ref-guide/src/cdcr-config.adoc
@@ -30,17 +30,6 @@ Here is a sample of a Source configuration file, a section in `solrconfig.xml`.
 
 [source,xml]
 ----
-<updateRequestProcessorChain name="cdcr-processor-chain">
-  <processor class="solr.CdcrUpdateProcessorFactory"/>
-  <processor class="solr.RunUpdateProcessorFactory"/>
-</updateRequestProcessorChain>
-
-<requestHandler name="/update" class="solr.UpdateRequestHandler">
-  <lst name="defaults">
-    <str name="update.chain">cdcr-processor-chain</str>
-  </lst>
-</requestHandler>
-
 <requestHandler name="/cdcr" class="solr.CdcrRequestHandler">
   <lst name="replica">
     <str name="zkHost">10.240.18.211:2181,10.240.18.212:2181</str>