hi all I am facing the problem in get a update record from database using delta query in solr please give me the solution and my delta query is
<entity name="groups_copy" pk="id" dataSource="datasource-1" query="select id,name from groups_copy ;" deltaQuery="select id,name from groups_copy where date_created>'${dataimporter.last_index_time}'" deltaImportQuery="select id,name from groups_copy where id='${dataimporter.delta.id}' ;"> <field column="id" name="id" /> <field column="name" name="name" /> </entity> is there any wrong in this code please let me know thanks in advance. Regards, Vighnesh. -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-get-update-record-from-database-using-delta-query-tp3294510p3294510.html Sent from the Solr - User mailing list archive at Nabble.com.