URL: https://linuxfr.org/news/sortie-d-elastic-search-en-version-0-19 Title: Sortie d'Elastic Search en version 0.19 Authors: Bruno Michel baud123 et NeoX Date: 2012年03月03日T13:00:03+01:00 License: CC By-SA Tags: moteur_de_recherche et elasticsearch Score: 14 Elastic Search est un moteur de recherche _full-text_, sous licence [Apache 2](https://github.com/elasticsearch/elasticsearch/blob/master/LICENSE.txt). Plus précisément, c'est une interface Rest ([Representational State Transfer](http://fr.wikipedia.org/wiki/Representational State Transfer "Définition Wikipédia")) distribuée, utilisant le format [JSON](http://fr.wikipedia.org/wiki/JavaScript_Object_Notation), qui permet d'exposer des index [Lucene](http://lucene.apache.org/) pour construire des moteurs de recherche avec des fonctionnalités avancées comme de la recherche par facette. On peut donc le comparer à [Solr](http://lucene.apache.org/solr/), mais avec une approche plus moderne et plus proche du mouvement [NoSQL](http://fr.wikipedia.org/wiki/NoSQL "Définition Wikipédia"). Il existe de nombreux [clients pour Elastic Search](http://www.elasticsearch.org/guide/appendix/clients.html) comme la gem [Tire](https://github.com/karmi/tire) dans le monde Ruby ou [ElasticSearch.pm](http://github.com/clintongormley/ElasticSearch.pm) pour Perl. Elastic Search est [utilisé en production](http://www.elasticsearch.org/users/) par [Mozilla](http://blog.mozilla.com/data/2010/12/30/flume-hive-and-realtime-indexing-via-elasticsearch-2/), [Stumble Upon ](http://www.stumbleupon.com/devblog/searching-for-serendipity/), [yfrog](http://elasticsearch-users.115913.n3.nabble.com/some-ES-stats-at-yfrog-com-td3759891.html), [Klout](http://geeks.aretotally.in/klout-search-elasticsearch-play-framework-scala-akka), [af83](http://dev.af83.com/tag/elasticsearch/), etc. _NdM : LinuxFr.org utilise Elastic Search pour son moteur de recherche interne, dans sa version 0.19 depuis le jour de sa sortie. Merci [Lukhas](http://linuxfr.org/users/lukhas) !_ ---- [Site officiel d'Elastic Search](http://www.elasticsearch.org/) [Le code d'Elastic Search sur github](https://github.com/elasticsearch/elasticsearch) [DLFP : Nouveau moteur de recherche interne à LinuxFr.org](http://linuxfr.org/news/nouveau-moteur-de-recherche-interne-a-linuxfr-org) [ElasticsearchFR sur Twitter](https://twitter.com/#!/elasticsearchfr) ----