mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Docs: Prepare plugin and integration docs for 2.0
* Centralised plugin docs in docs/plugins/ * Moved integrations into same docs * Moved community clients into the clients section of the docs * Removed docs/community Closes #11734 Closes #11724 Closes #11636 Closes #11635 Closes #11632 Closes #11630 Closes #12046 Closes #12438 Closes #12579
This commit is contained in:
parent
42300938aa
commit
e143c6e460
49 changed files with 4444 additions and 3503 deletions
32
docs/plugins/scripting.asciidoc
Normal file
32
docs/plugins/scripting.asciidoc
Normal file
|
@ -0,0 +1,32 @@
|
|||
[[scripting]]
|
||||
== Scripting Plugins
|
||||
|
||||
Scripting plugins extend the scripting functionality in Elasticsearch to allow
|
||||
the use of other scripting languages.
|
||||
|
||||
[float]
|
||||
=== Core scripting plugins
|
||||
|
||||
The core scripting plugins are:
|
||||
|
||||
<<lang-javascript,JavaScript Language>>::
|
||||
|
||||
The JavaScript language plugin enables the use of JavaScript in Elasticsearch
|
||||
scripts, via Mozilla's
|
||||
https://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 Elasticsearch
|
||||
scripts, via the http://www.jython.org/[Jython] Java implementation of Python.
|
||||
|
||||
[float]
|
||||
=== Abandoned community scripting plugins
|
||||
|
||||
This plugin has been contributed by our community, but appears to be abandoned:
|
||||
|
||||
* https://github.com/hiredman/elasticsearch-lang-clojure[Clojure Language Plugin] (by Kevin Downey)
|
||||
|
||||
include::lang-javascript.asciidoc[]
|
||||
|
||||
include::lang-python.asciidoc[]
|
Loading…
Add table
Add a link
Reference in a new issue