Browse Source

Update plugins.asciidoc

Moved community scripting plugins to their own section
Clinton Gormley 10 years ago
parent
commit
e1aef43ee3
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/reference/modules/plugins.asciidoc

+ 3 - 1
docs/reference/modules/plugins.asciidoc

@@ -231,10 +231,12 @@ You can disable that check using `plugins.check_lucene: false`.
 ==== Scripting Plugins
 
 .Supported by Elasticsearch
-* https://github.com/hiredman/elasticsearch-lang-clojure[Clojure Language Plugin] (by Kevin Downey)
 * https://github.com/elasticsearch/elasticsearch-lang-groovy[Groovy lang Plugin]
 * https://github.com/elasticsearch/elasticsearch-lang-javascript[JavaScript language Plugin]
 * https://github.com/elasticsearch/elasticsearch-lang-python[Python language Plugin]
+
+.Supported by the community
+* https://github.com/hiredman/elasticsearch-lang-clojure[Clojure Language Plugin] (by Kevin Downey)
 * https://github.com/NLPchina/elasticsearch-sql/[SQL language Plugin] (by nlpcn)
 
 [float]