内容简介:ElasticSearch 6.1.2 和 5.6.6 已发布,和平时一样,更新内容主要是功能增强、Bug 修复以及一些升级,具体如下: 6.1.2 更新内容 增强 Internal Make AbstractQueryBuilder.declareStandardFields to be protect...
ElasticSearch 6.1.2 和 5.6.6 已发布,和平时一样,更新内容主要是功能增强、Bug 修复以及一些升级,具体如下:
6.1.2 更新内容
增强
Internal
Bug 修复
Aggregations
Fix incorrect results for aggregations nested under a nested aggregation #27946 (issue: #27912)
Fix composite aggregation when after term is missing in the shard #27936
Fix preserving FiltersAggregationBuilder#keyed field on rewrite #27900 (issue: #27841)
Engine
Use
_refresh
to shrink the version map on inactivity #27918 (issue: #27852)Allow resize version map under lock even if there are pending operations #27870 (issue: #27852)
Network
Only bind loopback addresses when binding to local #28029
Recovery
Search
Use the underlying connection version for CCS connections #28093
Carry forward weights, etc on rescore rewrite #27981 (issue: #27979)
Snapshot/Restore
Translog
5.6.6 更新内容
Bug 修复
Index Templates
Prevent constructing an index template without index patterns #27662
Network
Plugin Repository HDFS
Fix SecurityException when HDFS Repository used against HA Namenodes #27196
Search
Use the underlying connection version for CCS connections #28093
Fix routing with leading or trailing whitespace #27712 (issue: #27708)
Settings
Snapshot/Restore
升级
Ingest
update ingest-attachment to use Tika 1.17 and newer deps #27824
来自:
https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-6.1.2.html
https://www.elastic.co/guide/en/elasticsearch/reference/5.6/release-notes-5.6.6.html
下载地址:https://www.elastic.co/downloads/elasticsearch
源码下载:https://github.com/elastic/elasticsearch/releases
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 分布式搜索引擎 Elasticsearch 的架构分析
- Elasticsearch 5.6.2 发布,分布式搜索引擎
- Elasticsearch 5.6.3 发布,分布式搜索引擎
- Elasticsearch 6.0.1 发布,分布式搜索引擎
- Elasticsearch 6.1.0 发布,分布式搜索引擎
- Elasticsearch 6.2.0 发布,分布式搜索引擎
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Algorithm Design
Jon Kleinberg、Éva Tardos / Addison-Wesley / 2005-3-26 / USD 144.20
Algorithm Design introduces algorithms by looking at the real-world problems that motivate them. The book teaches students a range of design and analysis techniques for problems that arise in compu......一起来看看 《Algorithm Design》 这本书的介绍吧!