Re: Use SqlEntityProcessor in cached mode to repeat a query for a nested child element

2016-02-04 Thread Kevin Colgan
n Colgan wrote: > Hi everyone, > > Is it possible to use SqlEntityProcessor in cached mode to repeat a query for > a nested child element? I'd like to use the entity query once to consolidate > information from the children to the parent, then another to actually index > t

Re: Use SqlEntityProcessor in cached mode to repeat a query for a nested child element

2016-02-04 Thread Alexandre Rafalovitch
-start.com/ On 5 February 2016 at 02:53, Kevin Colgan wrote: > Hi everyone, > > Is it possible to use SqlEntityProcessor in cached mode to repeat a query for > a nested child element? I'd like to use the entity query once to consolidate > information from the children to the par

Use SqlEntityProcessor in cached mode to repeat a query for a nested child element

2016-02-04 Thread Kevin Colgan
Hi everyone, Is it possible to use SqlEntityProcessor in cached mode to repeat a query for a nested child element? I'd like to use the entity query once to consolidate information from the children to the parent, then another to actually index the entities as children. Here's an