Elasticsearch 6.0.0-beta1 已发布,ElasticSearch 是一个基于 Lucene 构建的开源,分布式,RESTful 搜索引擎。设计用于云计算中,能够达到实时搜索,稳定,可靠,快速,安装使用方便。支持通过 HTTP 使用 JSON 进行数据索引。
Elasticsearch 6.0 可以读取在 5.0 或更高版本中创建的索引。
有以下重大更新:
Aggregations
Change parsing of numeric to and from parameters in date_range aggregation
Aliases
Wrong behavior deleting alias
Highlighting
Remove the postings highlighter and make unified the default highlighter choice
Index APIs
Remove (deprecated) support for + in index expressions
Delete index API to work only against concrete indices
Indexed Scripts/Templates
Scripting: Remove search template actions
Ingest
update ingest-user-agent regexes.yml
remove ingest.new_date_format
Java REST Client
Remove deprecated created and found from index, delete and bulk
软件详情:https://www.elastic.co/guide/en/elasticsearch/reference/6.0/release-notes-6.0.0-beta1.html
下载地址:http://git.oschina.net/mirrors/elasticsearch
来自:开源中国社区

