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
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
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
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