From 9d8c026dbc1cadff3d1d0fae118bca86604ed3cc Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Tue, 3 Nov 2015 15:46:47 -0800 Subject: [PATCH] Added new community R client, edited old entry I maintain two R clients, elastic and elasticdsl adding entry for elasticdsl and edited elastic entry --- docs/community-clients/index.asciidoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/community-clients/index.asciidoc b/docs/community-clients/index.asciidoc index 56d658d8b7b..1d06aeddf98 100644 --- a/docs/community-clients/index.asciidoc +++ b/docs/community-clients/index.asciidoc @@ -173,7 +173,10 @@ The following projects appear to be abandoned: R client for Elasticsearch * https://github.com/ropensci/elastic[elastic]: - A general purpose R client for Elasticsearch + A low-level R client for Elasticsearch. + +* https://github.com/ropensci/elasticdsl[elasticdsl]: + A high-level R DSL for Elasticsearch, wrapping the elastic R client. [[ruby]] == Ruby