-
Notifications
You must be signed in to change notification settings - Fork 1.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
Add Painles script execute API #3320
Comments
russcam
pushed a commit
that referenced
this issue
Aug 20, 2018
* Generate ExcecutePainlessScript methods/descriptors etc * Implement ExecutePainlessScript API with tests Omitting `context` for now since that only takes a single option now which is also the default. Waiting for the API to crystalize here. * make Result generic in preparation for 6.4
Closing this as #3370 has been merged to 6.3 |
Mpdreamz
added a commit
that referenced
this issue
Sep 3, 2018
* Generate ExcecutePainlessScript methods/descriptors etc * Implement ExecutePainlessScript API with tests Omitting `context` for now since that only takes a single option now which is also the default. Waiting for the API to crystalize here. * make Result generic in preparation for 6.4
Mpdreamz
added a commit
that referenced
this issue
Sep 3, 2018
* Generate ExcecutePainlessScript methods/descriptors etc * Implement ExecutePainlessScript API with tests Omitting `context` for now since that only takes a single option now which is also the default. Waiting for the API to crystalize here. * make Result generic in preparation for 6.4
Mpdreamz
added a commit
that referenced
this issue
Sep 6, 2018
* Generate ExcecutePainlessScript methods/descriptors etc * Implement ExecutePainlessScript API with tests Omitting `context` for now since that only takes a single option now which is also the default. Waiting for the API to crystalize here. * make Result generic in preparation for 6.4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Relates: elastic/elasticsearch#29164
Documentation: https://www.elastic.co/guide/en/elasticsearch/painless/current/painless-execute-api.html
Add new API endpoint to allow the execution of an arbitrary painless script
The text was updated successfully, but these errors were encountered: