Re: ScriptTransformer uses reflection

2011-11-09 Thread Shalin Shekhar Mangar
On Wed, Nov 9, 2011 at 4:26 AM, Emmanuel Espina wrote: > I was testing the scripting capabilities of Solr and found that the > ScriptTransformer of the DIH has a curiously complex code. It uses Java > reflection where it could have used regular Java objects creation and > method invocation. This

ScriptTransformer uses reflection

2011-11-08 Thread Emmanuel Espina
I was testing the scripting capabilities of Solr and found that the ScriptTransformer of the DIH has a curiously complex code. It uses Java reflection where it could have used regular Java objects creation and method invocation. This has given me some issues testing other scripting engines. Does a