发布于 2015-08-27 00:24:45 | 230 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的ElasticSearch权威指南,程序狗速度看过来!
ElasticSearch 基于Lucene的搜索引擎
ElasticSearch是一个基于Lucene构建的开源,分布式,RESTful搜索引擎。设计用于云计算中,能够达到实时搜索,稳定,可靠,快速,安装使用方便。支持通过HTTP使用JSON进行数据索引。
我们建立一个网站或应用程序,并要添加搜索功能,令我们受打击的是:搜索工作是很难的。我们希望我们的搜索解决方案要快,我们希望有一个零配置和一个完全免费的搜索模式,我们希望能够简单地使用JSON通过HTTP的索引数据,我们希望我们的搜索服务器始终可用,我们希望能够一台开始并扩展到数百,我们要实时搜索,我们要简单的多租户,我们希望建立一个云的解决方案。Elasticsearch旨在解决所有这些问题和更多的。
elasticsearch 2.0.0 beta1 发布,主要更新内容如下:
Pipeline Aggregations which allow you to run aggregations on the results of other aggregations, including derivatives, moving averages, and Holt Winters predictive algorithms.
Better store compression to fit more data into your disks and file system cache.
Better heap usage with doc-values-by-default, reduced memory usage during merges, and roaring bitsets for filter caching.
Structured, readable, exceptions.
Optimised query execution order, auto-caching of filters, and parent-child rewritten for faster queries.
More reliance on feedback loops instead of settings for auto-regulation.
Writes to transaction logs are atomic and durable by default.
A big cleanup to type mappings to make them safe, unambiguous, and reliable.
Binding only to localhost by default.
Cluster state diffs for faster change propagation.
完整更新内容请看:release note
下载页面:v2.0.0-beta1
ElasticSearch是一个基于Lucene构建的开源,分布式,RESTful搜索引擎。设计用于云计算中,能够达到实时搜索,稳定,可靠,快速,安装使用方便。支持通过HTTP使用JSON进行数据索引。
我们建立一个网站或应用程序,并要添加搜索功能,令我们受打击的是:搜索工作是很难的。我们希望我们的搜索解决方案要快,我们希望有一个零配置和一个完全免费的搜索模式,我们希望能够简单地使用JSON通过HTTP的索引数据,我们希望我们的搜索服务器始终可用,我们希望能够一台开始并扩展到数百,我们要实时搜索,我们要简单的多租户,我们希望建立一个云的解决方案。Elasticsearch旨在解决所有这些问题和更多的。
ElasticSearch 提供多种语言的客户端 API:
提供 Marvel 可视化监控台: