Elasticsearch 1.7.2 发布,主要修复以下 bug:
improved shard allocation logic when using shard allocation awareness (#13512, #12551),
a bug fix for a rare recovery issue discovered by randomized testing (#12667),
a fix for the snapshot/restore API which stopped accepting index options like ignore_unavailable (#13357),
and a couple of improvements to delayed shard allocation (#12532, #12515).
Elastic Search 是一个基于Lucene构建的开源,分布式,RESTful搜索引擎。设计用于云计算中,能够达到实时搜索,稳定,可靠,快速,安装使用方便。支持通过HTTP使用JSON进行数据索引。
ElasticSearch 提供多种语言的客户端 API:
Java API -- 1.x -- other versions
JavaScript API -- 2.4 -- other versions
Groovy API -- 1.x -- other versions
.NET API
PHP API -- 1.0 -- other versions
Perl API
Python API
Ruby API
软件详情:https://www.elastic.co/blog/elasticsearch-1-7-2-released
下载地址:https://www.elastic.co/downloads
来自:开源中国社区

