Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的数据配置中,我使用查询、deltaQuery、deltaImportQuery 和 deletedPkQuery 处理数据加载。
我想每 X 分钟自动运行一次更新。 有没有办法做到这一点?
谢谢。
您可以安排一个 cron 作业以在您指定的时间间隔通过curl执行 DeltaImportQuery 。
还可以考虑使用Solr Wiki 上 DataImportHandler 的调度部分中描述的 DataImportScheduler。