发布于 2014-07-28 00:23:11 | 199 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的ElasticSearch权威指南,程序狗速度看过来!
ElasticSearch 基于Lucene的搜索引擎
ElasticSearch是一个基于Lucene构建的开源,分布式,RESTful搜索引擎。设计用于云计算中,能够达到实时搜索,稳定,可靠,快速,安装使用方便。支持通过HTTP使用JSON进行数据索引。
我们建立一个网站或应用程序,并要添加搜索功能,令我们受打击的是:搜索工作是很难的。我们希望我们的搜索解决方案要快,我们希望有一个零配置和一个完全免费的搜索模式,我们希望能够简单地使用JSON通过HTTP的索引数据,我们希望我们的搜索服务器始终可用,我们希望能够一台开始并扩展到数百,我们要实时搜索,我们要简单的多租户,我们希望建立一个云的解决方案。Elasticsearch旨在解决所有这些问题和更多的。
Elasticsearch 1.3.0/1.2.3 发布,详情如下:
Elasticsearch 1.3.0 最新的稳定版本,基于 Lucene 4.9,此版本默认禁用 JSONP,改进了脚本,提升了安全性,稳定性和性能,同时也包括一些 bug 修复。
Elasticsearch 1.2.3 是 bug 修复版本:
Indexing: DocumentMissingException is uncaught if thrown during retry of update request #6355
Internal:
Plugin Manager: Properly quote $JAVA in bin/plugin #5765
Plugins: bin/plugin removes itself #6745
Query DSL: Function score without function throws NPE #6292
Elasticsearch 1.3.0 is the latest stable release. It is chock full of new features, performance and stability improvements, and bugfixes. We recommend upgrading, especially for users with high indexing or aggregation loads. The full change log is available in the Elasticsearch 1.3.0 release notes, but we will highlight the most important changes below:
Elastic Search 是一个基于Lucene构建的开源,分布式,RESTful搜索引擎。设计用于云计算中,能够达到实时搜索,稳定,可靠,快速,安装使用方便。支持通过HTTP使用JSON进行数据索引。