Browse Source

[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.
Jilles van Gurp 7 years ago
parent
commit
d7e4a49355
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/community-clients/index.asciidoc

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

@@ -132,6 +132,9 @@ 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].
+  
+* 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