-
Notifications
You must be signed in to change notification settings - Fork 25.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
confusing documentation ES 5.0 script plugin #21567
Comments
@clintongormley it looks like this is fixed in 5.x and master with your commit 34d90b04, should that one be backported to 5.0 also? |
got it bit it should be as below right - changed "id" to "inline"? curl -XPOST localhost:9200/_search -d '{ |
@rjernst you'll know better than me which is correct and which incorrect |
Ok I backported that doc part of my change: 151d6b7 |
your documentation is contradictory
page below describes how to use Native (Java) Scripts in 5.0 which uses ScriptModule
https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripting-native.html
here in this page https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking_50_plugins.html
it indicates below
ScriptPlugin
Plugins that register custom scripts should implement ScriptPlugin and remove their onModule(ScriptModule) implementation.
The text was updated successfully, but these errors were encountered: