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 anyone knows/remembers the reason for this use of reflection? Thanks Emma
