OpenSearch/plugins/lang-python
Simon Willnauer 18ff051ad5 Simplify ScriptModule and script registration (#18903)
Registering a script engine or native scripts still uses Guice today
and is much more complicated than needed. This change moves to a pull
based model where script plugins have to implement a dedicated interface
`ScriptPlugin` and defines simple getter returning instances rather than
classes.
2016-06-16 09:35:13 +02:00
..
licenses Added LICENSE and NOTICE files for all plugins 2015-06-23 12:50:31 +02:00
src Simplify ScriptModule and script registration (#18903) 2016-06-16 09:35:13 +02:00
build.gradle Changed indexed scripts to be stored in the cluster state instead of the `.scripts` index. 2016-04-22 13:42:55 +02:00