Solr delta import does not work

后端 未结 2 857
不知归路
不知归路 2021-01-23 22:29

I am using solr 4.2. Note that full import works but somehow delta import doesn\'t. Delta import does not give any error but never fetches any changes. Here\'s the data config f

2条回答
  •  遇见更好的自我
    2021-01-23 23:25

    This is fixed. The issue was solr box was on UTC timezone. Once I converted that to ET timezone, delta import started working fine. Hope this helps someone else.

提交回复
热议问题