[DOCS] correct documentation about groovy/mvel defaults and deprecations

This commit is contained in:
Lee Hinman 2014-07-25 10:39:33 +02:00
parent 35e562343f
commit 1fb9f404df
1 changed files with 6 additions and 3 deletions

View File

@ -6,11 +6,14 @@ expressions. For example, scripts can be used to return "script fields"
as part of a search request, or can be used to evaluate a custom score
for a query and so on.
deprecated[1.3.0,Groovy has replaced Mvel as the default scripting language]
deprecated[1.3.0,Mvel has been deprecated and will be removed in 1.4.0]
added[1.3.0,Groovy scripting support]
The scripting module uses by default http://groovy.codehaus.org/[groovy]
(previously http://mvel.codehaus.org/[mvel]) as the scripting language with some
extensions. Groovy is used since it is extremely fast and very simple to use.
(previously http://mvel.codehaus.org/[mvel] in 1.3.x and earlier) as the
scripting language with some extensions. Groovy is used since it is extremely
fast and very simple to use.
Additional `lang` plugins are provided to allow to execute scripts in
different languages. Currently supported plugins are `lang-javascript`