On 8/24/2021 1:51 AM, Reej M wrote:
So my doubt now is, Do we need to do any changes or wire anything for the optimisation and commit to be carried out effectively, as we are ignoring commit here or does solr internally will handle it. Our auto commit maxtime is 60000 and Opensearcher - false Auto soft commit maxtime : 180000 .
This will do a soft commit three minutes after new data is indexed. That should be sufficient. The automatic commits will still happen even if you are ignoring commit requests. Note that you should modify your indexing software to not send commit or optimize, rather than relying on the update processor to ignore them.
Thanks, Shawn