OpenSearch/modules
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
..
aggs-matrix-stats remove unrecognized javadoc tag from matrix aggregation module 2016-06-01 17:30:20 -05:00
ingest-common new ScriptProcessor for Ingest (#18193) 2016-06-15 14:57:18 -07:00
lang-expression Simplify ScriptModule and script registration (#18903) 2016-06-16 09:35:13 +02:00
lang-groovy Simplify ScriptModule and script registration (#18903) 2016-06-16 09:35:13 +02:00
lang-mustache Simplify ScriptModule and script registration (#18903) 2016-06-16 09:35:13 +02:00
lang-painless Simplify ScriptModule and script registration (#18903) 2016-06-16 09:35:13 +02:00
percolator Simplify SubFetchPhase interface (#18881) 2016-06-15 15:49:11 +02:00
reindex Create get task API that falls back to the .tasks index 2016-06-14 13:37:34 -04:00
build.gradle Enforce isolated mode for all plugins 2016-03-24 09:17:33 +01:00