From 62b75c71719bdebf4e47d8e48d10fb995f30e2ef Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Tue, 3 Oct 2023 09:18:31 +0100 Subject: [PATCH] Adds Julia Elasticsearch client to community-clients (#98048) Closes #96736 --- docs/community-clients/index.asciidoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/community-clients/index.asciidoc b/docs/community-clients/index.asciidoc index 063d3474ad9c8..e15e766ffec0c 100644 --- a/docs/community-clients/index.asciidoc +++ b/docs/community-clients/index.asciidoc @@ -25,6 +25,7 @@ a number of clients that have been contributed by the community for various lang * <> * <> * <> +* <> * <> * <> * <> @@ -121,6 +122,12 @@ client]. See the {client}/javascript-api/current/index.html[official Elasticsearch JavaScript client]. +[[julia]] +== Julia + +* https://github.com/OpenSesame/ElasticsearchClient.jl[ElasticsearchClient.jl]: +Elasticsearch client inspired by the {client}/ruby-api/current/index.html[official Elasticsearch Ruby client]. + [[kotlin]] == Kotlin