Elasticsearch 是一个基于 Lucene 库的搜索引擎。它提供了一个分布式、支持多租户的全文搜索引擎,具有 HTTP Web 接口和无模式 JSON 文档。Elasticsearch 基于 Java 开发,并在 SSPL + Elastic License 双重授权许可下作为开源软件发布。
Elasticsearch 8.10.1 现已发布,具体更新内容如下:
Bug 修复
Aggregations
- 在 Centroid count 中使用长计数 #99491(issue:#80153)
Infra/Core
- 修复 Cache.put 和 Cache.invalidateAll 之间的死锁#99480 (issue: #99326 )
Infra/Node Lifecycle
TransportGetShutdownStatusAction
中的分叉计算 #99490(issue:#99487)
Search
- 修复删除索引解析时的 PIT #99281
详情可查看更新说明。
下载地址:https://elastic.co/downloads/elasticsearch