Dear Team, Hope you are doing well, So far we were using Solr 8.9.0 for one of our application which was using DataImportHandler, As we need to move to the latest version Solr9.0.0 the below configuration is SolrCOnfig.xml is throwing an exception "org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Error loading class 'org.apache.solr.handler.dataimport.DataImportHandler'" <requestHandler name="/dataimport" class="org.apache.solr.handler.dataimport.DataImportHandler"> <lst name="defaults"> <str name="config">dbconfig.xml</str> </lst> </requestHandler> *We understand that DataImportHandler which was deprecated in the earlier version is now completely removed from Solr9.0*, We need to retain this tool (DIH) along with latest solr9.0, So can you please advise us how can this issue be resolved as this is becoming a blocker for continuing with the latest version. Thanks in Advance.
Thanks, Ganeshan