You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mu...@apache.org on 2020/03/18 04:13:41 UTC

[lucene-solr] branch master updated: SOLR-14338: add missing close list tag in CDCR documentation

This is an automated email from the ASF dual-hosted git repository.

munendrasn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new a1485ab  SOLR-14338: add missing close list tag in CDCR documentation
a1485ab is described below

commit a1485ab92be48c0e04aa544a66087ce3ec165af8
Author: Munendra S N <mu...@apache.org>
AuthorDate: Wed Mar 18 09:26:59 2020 +0530

    SOLR-14338: add missing close list tag in CDCR documentation
---
 solr/solr-ref-guide/src/cdcr-config.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/solr-ref-guide/src/cdcr-config.adoc b/solr/solr-ref-guide/src/cdcr-config.adoc
index 7976809..cb61747 100644
--- a/solr/solr-ref-guide/src/cdcr-config.adoc
+++ b/solr/solr-ref-guide/src/cdcr-config.adoc
@@ -146,6 +146,7 @@ Here is a sample of a Cluster 1 configuration file, a section in `solrconfig.xml
 
   <lst name="updateLogSynchronizer">
     <str name="schedule">1000</str>
+  </lst>
 
 </requestHandler>