ソースを参照

Fix typo and add more clients

Richard Pijnenburg 12 年 前
コミット
d8364e89a7
1 ファイル変更9 行追加0 行削除
  1. 9 0
      docs/community/clients.asciidoc

+ 9 - 0
docs/community/clients.asciidoc

@@ -45,6 +45,9 @@ See the {client}/ruby-api/current/index.html[official Elasticsearch Ruby client]
 * https://github.com/wireframe/elastic_searchable/[elastic_searchable]:
   Ruby client + Rails integration.
 
+* https://github.com/ddnexus/flex[Flex]:
+  Ruby Client.
+
 
 [[community-php]]
 === PHP
@@ -59,6 +62,8 @@ See the {client}/php-api/current/index.html[official Elasticsearch PHP client].
 * http://github.com/polyfractal/Sherlock[Sherlock]:
   PHP client, one-to-one mapping with query DSL, fluid interface.
 
+* https://github.com/nervetattoo/elasticsearch[elasticsearch]
+  PHP 5.3 client
 
 [[community-java]]
 === Java
@@ -181,3 +186,7 @@ See the {client}/javascript-api/current/index.html[official Elasticsearch JavaSc
 * https://github.com/jasonfill/ColdFusion-ElasticSearch-Client[ColdFusion-Elasticsearch-Client]
   Cold Fusion client for Elasticsearch
 
+[[community-nodejs]]
+=== NodeJS
+* https://github.com/phillro/node-elasticsearch-client[Node-Elasticsearch-Client]
+  A node.js client for elasticsearch