Fwd: Script Transformer Help

2014-07-17 Thread pavan patharde
Hi Alex, I tried putting the transformer on the inner entity. Now i can not access the parent entity fields. Can you tell me how to read the parent fields ? Regards, Pavan .P.Patharde On Thu, Jul 17, 2014 at 10:08 AM, Alexandre Rafalovitch wrote: > Have you tried putting the transformer on

Re: Script Transformer Help

2014-07-17 Thread pavan patharde
Hi Alex, I tried putting the transformer on the inner entity. Now i can not access the parent entity fields. Can you tell me how to read the parent fields ? Regards, Pavan .P.Patharde On Thu, Jul 17, 2014 at 10:08 AM, Alexandre Rafalovitch wrote: > Have you tried putting the transformer on

Re: Script Transformer Help

2014-07-16 Thread pavan patharde
Thats a good idea Alexandre. I will try it and update the results.. Thanks. Pavan .P.Patharde Phone:9844626450 On Thu, Jul 17, 2014 at 10:08 AM, Alexandre Rafalovitch wrote: > Have you tried putting the transformer on the inner entity definition? > It's like a nested loop and you just put it i

Re: Script Transformer Help

2014-07-16 Thread Alexandre Rafalovitch
Have you tried putting the transformer on the inner entity definition? It's like a nested loop and you just put it in the outer loop. Regards, Alex. Personal: http://www.outerthoughts.com/ and @arafalov Solr resources: http://www.solr-start.com/ and @solrstart Solr popularizers community: https

Script Transformer Help

2014-07-16 Thread pavan patharde
Hi All, I have data-config.xml as below:Script Transformer is omitted. I am able to access NAME and BSIN in the function f1. I