【问题标题】:Apache Solr index rebuild notificationApache Solr 索引重建通知
【发布时间】:2015-03-10 21:16:48
【问题描述】:

我希望在 Solr 重新索引/索引重建完成时收到通知。有没有办法配置 solr 以基于此发送某种通知?

【问题讨论】:

    标签: apache solr lucene


    【解决方案1】:

    不,不是 Solr 内置的。如果您使用 DataImportHandler (DIH) 将内容拉入 Solr,您可以注册一个 EventListener 来处理您认为合适的任何事件。这将需要您编写一些 Java 代码来处理您的用例。

    How can I receive notifications of failed imports from my DataImportHandler?

    【讨论】:

      猜你喜欢
      • 2023-03-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-04-13
      • 2013-07-28
      • 1970-01-01
      相关资源
      最近更新 更多