Skip to content

Commit

Permalink
[EDIT] Added more details about MVEL
Browse files Browse the repository at this point in the history
  • Loading branch information
clintongormley committed Mar 10, 2014
1 parent 1e30825 commit 3ce9750
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 030_Data/45_Partial_update.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ achieve custom actions that are not directly supported by the API. The
default scripting language is called MVEL, but Elasticsearch also supports
JavaScript, Groovy and Python.
MVEL is a simple fast Java-based dynamic scripting language with a syntax
similar to Javascript. You can read more about MVEL in the
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-scripting.html[Elasticsearch scripting docs]
and on the http://mvel.codehaus.org/Getting+Started+for+2.0[MVEL website].
****

Scripts can be used in the `update` API to change the contents of the `_source`
Expand Down

0 comments on commit 3ce9750

Please sign in to comment.