Hi All, I was trying to configure event listener in solrconfig.xml and observed that in Solr 9 event listener should be inside updateHandler otherwise it wouldn't work:
<updateHandler>
<listener event="postCommit" class="x.y.z" />
</updateHandler>
However, in Solr 8x it works regardless of putting it inside updateHandler.
Is it intentional change in Solr 9 or am I doing something wrong, missing
something ?
Thanks,
Nazerke
