Fix typo and add more clients
This commit is contained in:
parent
043d78565f
commit
d8364e89a7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue