You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@solr.apache.org by Eashwar Natarajan <ea...@gmail.com> on 2022/12/07 07:41:48 UTC

EventListeners lib path

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