mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Remove support for mulitple languages per scripting engine
This commit is contained in:
parent
a4060f7436
commit
efff3918d8
50 changed files with 336 additions and 353 deletions
|
@ -36,7 +36,7 @@ The node must be stopped before removing the plugin.
|
|||
==== Using JavaScript in Elasticsearch
|
||||
|
||||
Once the plugin has been installed, JavaScript can be used at a scripting
|
||||
language by setting the `lang` parameter to `javascript` or `js`.
|
||||
language by setting the `lang` parameter to `javascript`.
|
||||
|
||||
Scripting is available in many APIs, but we will use an example with the
|
||||
`function_score` for demonstration purposes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue