[ 
https://issues.apache.org/jira/browse/SOLR-12068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16391652#comment-16391652
 ] 

ASF subversion and git services commented on SOLR-12068:
--------------------------------------------------------

Commit ab4cd42903925f3edc3d06c41a4726e78a6b08ca in lucene-solr's branch 
refs/heads/master from [~ctargett]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=ab4cd42 ]

SOLR-12068: Remove unnecessary config from example


> Minor documentation correction in cdcr-config.html
> --------------------------------------------------
>
>                 Key: SOLR-12068
>                 URL: https://issues.apache.org/jira/browse/SOLR-12068
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: CDCR, documentation
>    Affects Versions: 7.2
>            Reporter: Amrit Sarkar
>            Priority: Major
>         Attachments: SOLR-12068.patch
>
>
> In sample source configuration for unidirectional approach in 
> cdcr-config.html, the following are optional and not necessary at all, hence 
> they should be emitted:
> {code}
> <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>
> {code}
>   



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to