Re: How to Create dynamic field names using script transformers

2010-01-26 Thread JavaGuy84
To add some more details, this is what I am trying to acheive... There are 2 fields present in a database table and I am trying to make those 2 fields as key value pair. Eg: Consider there are 2 fields associated with each other (Propertyid and propertyValue) I want the property id as field nam

Re: How to Create dynamic field names using script transformers

2010-01-26 Thread JavaGuy84
Hey Erik, Thanks a lot for your reply.. I am a newbie to SOLR ... I am just trying to use the example present in Apache WIKI to understand "how" the scriptTransformer works. I want to know how to pass the data from table.field to transformer and get back the data from transformer and set the val

Re: How to Create dynamic field names using script transformers

2010-01-26 Thread Erik Hatcher
Barani - Give us some details of what you tried, what you expected to happen, and what actually happened. Erik On Jan 26, 2010, at 4:15 PM, JavaGuy84 wrote: Hi, I am trying to generate a dynamic fieldname using custom transformers but couldn't achieve the expected results. M