ElasticSearch 1.6.0 发布,该版本基于 Lucene 4.10.4,是最新的稳定版本,值得关注的新特性如下:
Faster restarts with synced flushing
Shard allocation no longer blocks pending tasks
JSON response body filtering
Security fix for shared file-system repositories
Upgrade API for ancient indices
More lenient highlighting for Kibana users
mlockall for Windows users
Fine-grained script settings
Elastic Search 是一个基于Lucene构建的开源,分布式,RESTful搜索引擎。设计用于云计算中,能够达到实时搜索,稳定,可靠,快速,安装使用方便。支持通过HTTP使用JSON进行数据索引。
软件详情:https://www.elastic.co/blog/elasticsearch-1-6-0-released
下载地址:https://github.com/elastic/elasticsearch/archive/v1.6.0.zip
来自:开源中国社区

