Browse Source

Add kotlin query DSL to community clients (#17943)

Hi, 

I've created a query builder DSL for Kotlin language that mimics the JSON query DSL.
This makes it easier to translate the documentation targeting the JSON api onto kotlin code.
Please consider adding it to the list of community clients.

Thanks,

Mike Buhot
Mike Buhot 9 years ago
parent
commit
206c4a2b0b
1 changed files with 6 additions and 0 deletions
  1. 6 0
      docs/community-clients/index.asciidoc

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

@@ -13,6 +13,7 @@ a number of clients that have been contributed by the community for various lang
 * <<haskell>>
 * <<haskell>>
 * <<java>>
 * <<java>>
 * <<javascript>>
 * <<javascript>>
+* <<kotlin>>
 * <<dotnet>>
 * <<dotnet>>
 * <<ocaml>>
 * <<ocaml>>
 * <<perl>>
 * <<perl>>
@@ -104,6 +105,11 @@ The following project appears to be abandoned:
 * https://github.com/ramv/node-elastical[node-elastical]:
 * https://github.com/ramv/node-elastical[node-elastical]:
   Node.js client for the Elasticsearch REST API
   Node.js client for the Elasticsearch REST API
 
 
+[[kotlin]]
+== 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].
 
 
 [[dotnet]]
 [[dotnet]]
 == .NET
 == .NET