ElasticSearch 1.4.0版发布

[复制链接]
查看11 | 回复2 | 2014-2-19 11:55:14 | 显示全部楼层 |阅读模式
ElasticSearch 今天发布了两个更新版本,分别是 1.3.5 和 1.4.0 正式版。
同时 ElasticSearch 的 master 分支开始基于 Lucene 5.0 snapshot 版本进行开发。
Elastic Search 是一个基于Lucene构建的开源,分布式,RESTful搜索引擎。设计用于云计算中,能够达到实时搜索,稳定,可靠,快速,安装使用方便。支持通过HTTP使用JSON进行数据索引。

回复

使用道具 举报

千问 | 2014-2-19 11:55:14 | 显示全部楼层
下载地址:https://github.com/elasticsearch/elasticsearch/releases
回复

使用道具 举报

千问 | 2014-2-19 11:55:14 | 显示全部楼层
A Distributed RESTful Search Engine
http://www.elasticsearch.org
Elasticsearch is a distributed RESTful search engine built for the cloud. Features include:
Distributed and Highly Available Search Engine.
Each index is fully sharded with a configurable number of shards.
Each shard can have one or more replicas.
Read / Search operations performed on either one of the replica shard.
Multi Tenant with Multi Types.
Support for more than one index.
Support for more than one type per index.
Index level configuration (number of shards, index storage, …).
Various set of APIs
HTTP RESTful API
Native Java API.
All APIs perform automatic node operation rerouting.
Document oriented
No need for upfront schema definition.
Schema can be defined per type for customization of the indexing process.
Reliable, Asynchronous Write Behind for long term persistency.
(Near) Real Time Search.
Built on top of Lucene
Each shard is a fully functional Lucene index
All the power of Lucene easily exposed through simple configuration / plugins.
Per operation consistency
Single document level operations are atomic, consistent, isolated and durable.
Open Source under Apache 2 License.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行