meilisearch v1.15.0-rc.1 版本更新介绍
发布日期: 2025-05-19
版本号: v1.15.0-rc.1
这是Meilisearch 1.15.0-rc.1发布候选版本的更新说明,该版本不建议用于生产环境。此版本包含以下修复:解决了搜索时可能因前缀匹配过多结果而导致的崩溃问题;确保将
MEILI_EXPERIMENTAL_MAX_NUMBER_OF_BATCHED_TASKS设为0会完全停止任务处理;并禁止在索引设置中将maxTotalHits的值设为0。此外,快照压缩功能已重新默认启用,并可通过实验性命令行标志手动禁用。更多详细信息可参阅版本比较及之前的RC.0版本说明。
更新内容 (中文)
[!WARNING] 由于这是发布候选版(RC),我们不建议在生产环境中使用。遇到不符合预期的情况?欢迎提交错误报告和新功能反馈。
🦋 修复项
- 修复搜索时可能出现的崩溃问题:当搜索前缀在数据库中存在超过6.5万条可能命中结果时搜索拼写错误会导致崩溃。由 @dureuill 在 https://github.com/meilisearch/meilisearch/pull/5564 中实现,仅在查找单个拼写错误时执行单拼写错误处理
- 确保将
MEILI_EXPERIMENTAL_MAX_NUMBER_OF_BATCHED_TASKS设为0会导致 Meilisearch 完全不处理任何任务。由 @irevoire 在 https://github.com/meilisearch/meilisearch/pull/5565 中实现 - 在索引设置中禁止
maxTotalHits使用值0。由 @irevoire 在 https://github.com/meilisearch/meilisearch/pull/5566 中实现
⚙️ 其他杂项
- 重新默认启用快照压缩功能,并提供实验性命令行标志以手动禁用压缩。由 @irevoire 在 https://github.com/meilisearch/meilisearch/pull/5560 中实现
更新内容 (原始)
[!WARNING] Since this is a release candidate (RC), we do NOT recommend using it in a production environment. Is something not working as expected? We welcome bug reports and feedback about new features.
🦋 Fixes
- Fix a panic in the search that could happen when looking for typos with a search prefix having more than 65k possible hits in the DB: Only intern in case of single-typo when looking for single typoes by @dureuill in https://github.com/meilisearch/meilisearch/pull/5564
- Make sure that passing
MEILI_EXPERIMENTAL_MAX_NUMBER_OF_BATCHED_TASKSto 0 results in Meilisearch never processing any kind of task. By @irevoire in https://github.com/meilisearch/meilisearch/pull/5565 - Forbid value
0formaxTotalHitsin the index settings by @irevoire in https://github.com/meilisearch/meilisearch/pull/5566
⚙️ Misc
- Snapshot compaction is enabled again by default, with an experimental CLI flag to disable the compaction manually. By @irevoire in https://github.com/meilisearch/meilisearch/pull/5560