add Lua client (#22028)

Add entry for elasticsearch-lua (https://github.com/DhavalKapil/elasticsearch-lua)
This commit is contained in:
Guilherme 2016-12-07 16:24:28 -02:00 committed by Lee Hinman
parent 05f64c550a
commit 9fbfe540d5
1 changed files with 7 additions and 0 deletions

View File

@ -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