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
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.