Hi,My data config looks like below,<entity x query=" select * from x">    
<entity y query="select * from y where id=x.id">         <entity y
query="select * from z where id=x.id">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 independently (in the solr
document).Thanks,Barani
-- 
View this message in context: 
http://old.nabble.com/Delta-Query---DIH-tp27714480p27714480.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to