![](http://www.zhousa.com/zb_users/theme/quietlee/style/noimg/3.jpg)
阅读《2024 中国开源开发者报告》赢大奖,扫码申请享特权
![](https://www.oschina.net/img/hot3.png)
Elasticsearch 是一个基于 Lucene 库的搜索引擎。它提供了一个分布式、支持多租户的全文搜索引擎,具有 HTTP Web 接口和无模式 JSON 文档。Elasticsearch 基于 Java 开发,并在 SSPL + Elastic License 双重授权许可下作为开源软件发布。
Elasticsearch 8.17.2 现已发布,具体更新内容如下:
Bug fixes
Authentication
- 修复禁用 API auth key cache 时的 NPE #120483
Data streams
- 将
scope.name
映射为一个维度 #120590
ES|QL
- 使用
field_caps
native nested 字段过滤 #117201(issue:#117054)
Machine Learning
- 修复了在使用部署 ID 创建的 Elasticsearch 服务端点上进行推断的问题 #121428
- 修复了在 body 中包含
task_type
或定义了deployment_id
时推理更新 API 调用的问题 #121231 - 当 ML 被禁用时跳过 Usage stats 更新 #121559(issue:#121532)
Mapping
- 修复了深度嵌套的忽略源字段导致的合成 synthetic source 问题 #121715
- 降低
_source.mode
映射属性弃用问题级别 #120059
Ranking
- 修复启用 explained 后 LTR rescorer 在 multi-shards index 上抛出本地模型引用为空的问题 #120717(issue:#120739)
- LTR 有时会抛出
NullPointerException:
Cannot read field "approximation" because "top" is null #120809 - 规范化
text_similarity_reranker
检索器的 negative scores #120930(issue:#120201) - 更新文本相似度重排器以正确处理别名 #120062 (issue:#119617 )
Search
- 将
keep_alive
参数重新添加回async_search.submit
rest-api-spec #120781 - 修复当 minimise round trips 为 true 时,异步搜索中竞争条件导致的 NPE #117504
- 修复 ES816BinaryQuantizedVectorsWriter 中的潜在文件泄漏 #120014 (issue:#119981 )
- 使用近似值来优化匹配查询的推进 #120133(issue:#120130)
Snapshot/Restore
- 优化快照相关操作的
toString()
实现,降低开销 #121283 - 在具有足够权限的情况下调用 S3 Web 身份令牌刷新 #119748(issue:#119747)
Enhancements
Ingest Node
- 改进 enrich cache 的内存管理 #120256(issue:#96050、#120021)
更新说明:https://www.elastic.co/guide/en/elasticsearch/reference/8.17/release-notes-8.17.2.html
还没有评论,来说两句吧...