Thank you Erick for pointing out. I missed that!!
Below are the commit settings in solrconfig.xml in both source and target.
<autoCommit>
<maxTime>${solr.autoCommit.maxTime:15000}</maxTime>
<openSearcher>false</openSearcher>
</autoCommit>
<autoSoftCommit>
<maxTime>${solr.autoSoftCommit.maxTime:-1}</maxTime>
</autoSoftCommit>
Is it recommended to issue a commit on the target when indexing the
document, as replication does not autocommit? Or should I enable autocommit
in the target solrconfig?
Thanks,
Gayatri
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr6-CDCR-indexing-doc-to-source-replicates-to-target-doc-not-searchable-in-target-tp4306717p4306816.html
Sent from the Solr - User mailing list archive at Nabble.com.