Elasticsearch 7.8.0 发布,分布式搜索和数据分析引擎

Elasticsearch 7.8.0 发布了,更新内容包括:

新特性

Aggregations(聚合)

  • 添加 t 检验汇总支持
  • 添加对过滤器的支持以进行 t 检验汇总
  • 直方图字段类型支持总和聚合
  • 直方图字段类型支持 ValueCount 和 Avg 聚合

Features/Indices APIs

  • 添加模拟模板组成 API _index_template/_simulate_index/{name}

Geo

  • 为 geo_shape 添加 geo_bounds 聚合支持
  • 为 geotile_grid 和 geohash_grid 添加 geo_shape 支持
  • 为 geo_centroid 聚合添加 geo_shape 支持
  • 添加新的点域

SQL

  • 实现 DATETIME_FORMAT 函数以进行日期/时间格式化
  • 实现 DATETIME_PARSE 函数以解析字符串
  • 实现 aggs 中的脚本

此版本还有大量改进和 bug 修复内容,详情见更新说明:

https://www.elastic.co/guide/en/elasticsearch/reference/7.8/release-notes-7.8.0.html

猜你喜欢

转载自www.oschina.net/news/116585/elasticsearch-7-8-0-released