Hi, My data config looks like below
<doc> <entity x query=" select * from x"> <entity y query="select * from y where id=x.id"> <entity z query="select * from z where id=x.id"> <doc> I am able to successfully run the Full-Import query without any issue. I am not sure how can I implement a delta query as each of the tables get updated independantly and I need the updates of that particular table to get reflected in solr document. Thanks, Barani -- View this message in context: http://old.nabble.com/DIH-Issue-in-Delta-Query-tp27714483p27714483.html Sent from the Solr - User mailing list archive at Nabble.com.