Module elasticsearch_dsl::search::scripting[][src]

Expand description

With scripting, you can evaluate custom expressions in Elasticsearch. For example, you can use a script to return a computed value as a field or evaluate a custom score for a query.

The default scripting language is Painless. Additional lang plugins are available to run scripts written in other languages. You can specify the language of the script anywhere that scripts run.

https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripting.html

Structs

Wherever scripting is supported in the Elasticsearch APIs, the syntax follows the same pattern; you specify the language of your script, provide the script logic (or source, and add parameters that are passed into the script.

Enums

Available scripting language