Re: data import / delta question

2010-10-11 Thread Tim Heckman
Thanks, Erick. I was starting to think I may have to go the SolrJ route. Here's a simplified version of my DIH config showing what I'm trying to do. On Mon, Oct 11, 2010 at 4:25 PM, Erick Erickson wrote: > Without seeing your DIH con

Re: data import / delta question

2010-10-11 Thread Erick Erickson
Without seeing your DIH config, it's really hard to say much of anything. You can gain finer control over edge cases by writing a Java app that uses SolrJ if necessary. HTH Erick On Mon, Oct 11, 2010 at 3:27 PM, Tim Heckman wrote: > My data-import-config.xml has a parent entity and a child ent

data import / delta question

2010-10-11 Thread Tim Heckman
My data-import-config.xml has a parent entity and a child entity. The data is coming from rdbms's. I'm trying to make use of the delta-import feature where a change in the child entity can be used to regenerate the entire document. The child entity is on a different database (and a different serv