Hi all, We want to register EventListener(EventListener (Solr 7.3.0 API) (apache.org) <https://solr.apache.org/docs/7_3_0/solr-dataimporthandler/org/apache/solr/handler/dataimport/EventListener.html>) with DIH in data-config.xml to listen for events.
<dataConfig> <document onImportStart="com.StartEventListener" onImportEnd="com.EndEventListener"> ... </document> </dataConfig> We would like to know the directory path in which we should place the eventlistener jar. Regards, Eashwar