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
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