Re: Delta-Import not loading child entities?

2014-06-16 Thread Drew Mazurek
I thought about this, and is it possible that for delta imports Solr is expecting a persistent cache, like the old BerkleyBackedCache? I can't imagine any other reason why it wouldn't run the subentity queries on delta imports. - Drew On Fri, Jun 13, 2014 at 4:37 PM, Drew Mazu

Re: Delta-Import not loading child entities?

2014-06-13 Thread Drew Mazurek
casts, Java ClassCastExceptions are thrown on import. Thanks, Drew On Fri, Jun 13, 2014 at 3:37 PM, Gora Mohanty wrote: > On 14 June 2014 00:36, Drew Mazurek wrote: > > > > A little more info... removing the cache fixes everything. Are delta > > queries incompatible with th

Re: Delta-Import not loading child entities?

2014-06-13 Thread Drew Mazurek
A little more info... removing the cache fixes everything. Are delta queries incompatible with the cache? There isn't a lot of current documentation on this, far as I can tell. Thanks, Drew On Fri, Jun 13, 2014 at 2:46 PM, Drew Mazurek wrote: > I'm running into an i

Delta-Import not loading child entities?

2014-06-13 Thread Drew Mazurek
I'm running into an issue with the SqlEntityProcessor where full imports are running fine, but delta imports don't load the child entities. More specifically, if the parent deltaQuery returns some records, then its deltaImportQuery runs, but the child entities' queries don't run like they would fo