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=2&rev2=3

  == script ==
  The script file name.
  
+ == engine ==
+ Optionally specifies the scripting engine to use.  This is only needed if the 
extension of the script file is not a standard mapping to the scripting engine.
+ 
+ == 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.
+ 
  = Examples =
  
  
  = Caveats =
  
- More on the "stateless" nature, running multiple scripts that can share 
state, and more about other scripting languages available.
+ TBD: More on the "stateless" nature, running multiple scripts that can share 
state, and more about other scripting languages available.
  
  = Resources =
  
-  * [[https://issues.apache.org/jira/browse/SOLR-1725|SOLR-1725]]
+  * [[https://issues.apache.org/jira/browse/SOLR-1725|SOLR-1725]]: original 
JIRA issue tracking the initial development of this feature.
  

Reply via email to