I tried full import and then delta import but still the issue is same. <entity name="person" pk="ID" query="select id from uma_test" deltaImportQuery="select id, email, fname from uma_test where ID='${dataimporter.delta.id}'" deltaQuery="select ID from uma_test where upd_ts > '${dataimporter.last_index_time}'"> <field column="ID" name="id" indexed="true" stored="true" /> <field column="email" name="email" indexed="true" stored="true" /> <field column="fname" name="fname" indexed="true" stored="true" /> </entity>
-- View this message in context: http://lucene.472066.n3.nabble.com/Need-help-with-delta-import-tp4025003p4027066.html Sent from the Solr - User mailing list archive at Nabble.com.