[Docs] Add link to es-kotlin-wrapper-client (#32618)

ES Kotlin Wrapper client is a library that wraps the official Highlevel Elasticsearch HTTP client for Java.
This commit is contained in:
Jilles van Gurp 2018-08-28 14:25:55 +02:00 committed by Christoph Büscher
parent b7c0d2830a
commit d7e4a49355

View File

@ -132,6 +132,9 @@ The following project appears to be abandoned:
* https://github.com/mbuhot/eskotlin[ES Kotlin]: * 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]. Elasticsearch Query DSL for kotlin based on the {client}/java-api/current/index.html[official Elasticsearch Java client].
* https://github.com/jillesvangurp/es-kotlin-wrapper-client[ES Kotlin Wrapper Client]:
Kotlin extension functions and abstractions for the {client}/java-api/current/index.html[official Elasticsearch Highlevel Client]. Aims to reduce the amount of boilerplate needed to do searches, bulk indexing and other common things users do with the client.
[[lua]] [[lua]]
== Lua == Lua