Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "ScriptUpdateProcessor" page has been changed by ErikHatcher: http://wiki.apache.org/solr/ScriptUpdateProcessor?action=diff&rev1=3&rev2=4 == params == Optional parameters that are passed into the script execution context. This is specified as a named list (<lst>) structure with nested typed parameters. If specified, the script context will get a "params" object, otherwise there will be no "params" object available. + = Script execution context = + + == Provided variables == + + === logger === + + Logger (org.slf4j.Logger) instance. This is useful for logging information from the script. + + === req === + + SolrQueryRequest (org.apache.solr.request.SolrQueryRequest) instance. + + === rsp === + + SolrQueryResponse (org.apache.solr.response.SolrQueryResponse) instance. + = Examples = + + == JRuby == + + == Jython == = Caveats =