简体   繁体   中英

Is there an equivalent class/API in Solr like IndexingOperationListener in elasticsearch?

I need to capture Create/Index/Delete events in Solr and I understand that it is possible by using IndexingOperationListener in elasticsearch. Is there an equivalent of the same in Solr? There is SolrEventListener, but I am not able to get information whether SolrEventListener would provide Create/Index/Delete notifications as it is not clear from all the sources I've tried.

Any suggestions please?

This is the nearest. The idea is to add an event listener for each handler. We have separate handlers for each opedartion like query, update, delete in solr.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM