发布于 2017-03-01 00:27:33 | 65 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的ElasticSearch权威指南,程序狗速度看过来!
ElasticSearch 基于Lucene的搜索引擎
ElasticSearch是一个基于Lucene构建的开源,分布式,RESTful搜索引擎。设计用于云计算中,能够达到实时搜索,稳定,可靠,快速,安装使用方便。支持通过HTTP使用JSON进行数据索引。
我们建立一个网站或应用程序,并要添加搜索功能,令我们受打击的是:搜索工作是很难的。我们希望我们的搜索解决方案要快,我们希望有一个零配置和一个完全免费的搜索模式,我们希望能够简单地使用JSON通过HTTP的索引数据,我们希望我们的搜索服务器始终可用,我们希望能够一台开始并扩展到数百,我们要实时搜索,我们要简单的多租户,我们希望建立一个云的解决方案。Elasticsearch旨在解决所有这些问题和更多的。
ElasticSearch 5.2.2 发布了。
更新内容:
Bug 修复
Aggregations
Restore support for the include/pattern
syntax
Cluster
Don’t set local node on cluster state used for node join validation
Cluster allocation explain to never return empty response body
Index APIs
Ensure shrunk indices carry over version information from its source
Internal
Always restore the ThreadContext for operations delayed due to a block
Java REST Client
RestClient asynchronous execution should not throw exceptions
Network
Respect promises on pipelined responses
Ensure that releasing listener is called
Plugin Ingest Attachment
Remove support for Visio and potm files
REST
Properly encode location header
Stats
Fix control group pattern
下载地址:
https://www.elastic.co/downloads/elasticsearch