发布日期: 2026-04-14
版本号: v1.42.1

本次更新主要包含对遗留设置索引器相关问题的修复,包括:启用“多模态”实验功能时删除片段会导致后续搜索请求出错、修改片段有时会在索引时引发内部错误;修改嵌入器设置时“regenerate: false”选项被忽略;以及当嵌套字段被声明为可搜索时,若其父级字段未声明为可搜索则该字段不会被索引。此外,还新增了一个持续集成运行项,用于测试稳定版的设置索引器。

更新内容 (中文)

🪲 错误修复

修复使用旧版设置索引器时的问题

由 @dureuill 和 @ManyTheFish 在 https://github.com/meilisearch/meilisearch/pull/6331 中贡献

  • 使用实验性功能"多模态"时,移除片段会导致后续搜索请求出现内部错误
  • 使用实验性功能"多模态"时,修改片段有时会在索引阶段导致内部错误
  • 修改嵌入器设置时 regenerate: false 会被忽略
  • 当嵌套字段被声明为可搜索时,若其父字段未声明为可搜索,则该字段将不会被索引

🔩 杂项

更新内容 (原始)

🪲 Bug fixes

Fix issues when using the legacy settings indexer

By @dureuill and @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/6331

  • When using the experimental feature “multimodal”, removing a fragment would cause an internal error in subsequent search requests
  • When using the experimental feature “multimodal”, modifying fragments would sometimes cause an internal error at indexing time
  • regenerate: false would be ignored when modifying embedder settings
  • When a nested field was declared as searchable, it would not be indexed if its parents were not declared as searchable

🔩 Miscellaneous

下载链接