Browse Source

add Lua client (#22028)

Add entry for elasticsearch-lua (https://github.com/DhavalKapil/elasticsearch-lua)
Guilherme 8 years ago
parent
commit
9fbfe540d5
1 changed files with 7 additions and 0 deletions
  1. 7 0
      docs/community-clients/index.asciidoc

+ 7 - 0
docs/community-clients/index.asciidoc

@@ -15,6 +15,7 @@ a number of clients that have been contributed by the community for various lang
 * <<java>>
 * <<javascript>>
 * <<kotlin>>
+* <<lua>>
 * <<dotnet>>
 * <<ocaml>>
 * <<perl>>
@@ -118,6 +119,12 @@ The following project appears to be abandoned:
 * https://github.com/mbuhot/eskotlin[ES Kotlin]:
   Elasticsearch Query DSL for kotlin based on the {client}/java-api/current/index.html[official Elasticsearch Java client].
 
+[[lua]]
+== Lua
+
+* https://github.com/DhavalKapil/elasticsearch-lua[elasticsearch-lua]:
+  Lua client for elasticsearch
+
 [[dotnet]]
 == .NET