| 12345678910111213141516171819202122232425 | [[scripting]]== Scripting PluginsScripting plugins extend the scripting functionality in Elasticsearch to allowthe use of other scripting languages.[float]=== Core scripting pluginsThe core scripting plugins are:<<lang-javascript,JavaScript Language>>::The JavaScript language plugin enables the use of JavaScript in Elasticsearchscripts, via Mozilla'shttps://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino[Rhino JavaScript] engine.<<lang-python,Python Language>>::The Python language plugin enables the use of Python in Elasticsearchscripts, via the http://www.jython.org/[Jython] Java implementation of Python.include::lang-javascript.asciidoc[]include::lang-python.asciidoc[]
 |