How are you calling the dataimport? As I understand it, optimize defaults to true, so unless you explicitly set it to false, the optimize will occur after the import.
________________________________ From: talhanather <talhanat...@gmail.com> Sent: Wednesday, January 16, 2019 7:57:29 AM To: solr-user@lucene.apache.org Subject: Re: Starting optimize... Reading and rewriting the entire index! Use with care Hi Erick, PFB the solr-config.xml, Its not having optimization tag to true. Then how optimization is continuously occurring for me. ? <requestHandler class="org.apache.solr.handler.dataimport.DataImportHandler" name="/dataimport"> <lst name="defaults"> <str name="update.chain">uuid</str> <str name="config">db-data-config.xml</str> </lst> </requestHandler> -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html