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 <d...@veoci.com> wrote: > 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 for a full import. > > My question is, should the child entities be loaded during delta imports, > or do I need to do the join in my parent object's deltaImportQuery? > > I'm running Solr 4.8.1 and I'm using the SortedMapBackedCache for the > child entities. > > Thanks, > Drew > >