发布日期: 2025-12-18
版本号: v1.30.1

在最近的更新中,修复了两个bug:一是修复了索引交换期间的任务归属问题,以防止跨索引任务丢失;二是进行了热修复,当FieldidsWeightsMap缺少条目时记录警告,避免搜索请求中出现内部错误,该错误涉及字段ID权重映射缺失。此外,@YoEight首次为该项目做出了贡献。

更新内容 (中文)

变更内容

🐛 错误修复

修复索引交换期间的任务归属,以防止跨索引任务丢失,由 @YoEight 在 https://github.com/meilisearch/meilisearch/pull/6059 提交

此更改修复了在进行索引交换时任务的父级关系。

热修复:当 FieldidsWeightsMap 缺少条目时记录警告,由 @ManyTheFish 在 https://github.com/meilisearch/meilisearch/pull/6064 提交

此热修复避免了在搜索请求期间遇到以下错误:

{
  "message": "Inside `<query>`: Index `<index_uid>`: internal: missing <field_id> in the fieldids weights mapping.",
  "code": "internal",
  "type": "internal",
  "link": "https://docs.meilisearch.com/errors#internal"
}

🫂 新贡献者

更新内容 (原始)

What’s Changed

🐛 Bug Fixes

Fix task attribution during index swap to prevent cross-index task loss by @YoEight in https://github.com/meilisearch/meilisearch/pull/6059

This change fixes the parenting of the tasks when doing an index swap.

Hotfix: log a warning when FieldidsWeightsMap is missing entry by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/6064

This hotfix avoids the encounter of following error during a search request:

{
  "message": "Inside `<query>`: Index `<index_uid>`: internal: missing <field_id> in the fieldids weights mapping.",
  "code": "internal",
  "type": "internal",
  "link": "https://docs.meilisearch.com/errors#internal"
}

🫂 New Contributors

下载链接