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