You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
由于配置文件已更新,**您可能会在 Linux 升级期间看到一个警告,询问是否保留您的版本或使用来自软件包的新版本**。如果您有自定义(非默认)配置,建议保留您的版本并将 `pid_file` 路径更新为 `/run/manticore/searchd.pid`。不过,即使您不更改路径,也应能正常工作。
14
15
15
16
### 新功能和改进
16
17
* 🆕 [v13.13.0](https://github.com/manticoresoftware/manticoresearch/releases/tag/13.13.0) 添加了对带有 SI 块缓存的 MCL 8.1.0 的支持。
18
+
* 🆕 [v13.12.0](https://github.com/manticoresoftware/manticoresearch/releases/tag/13.12.0) Implemented the [secondary_index_block_cache](../Server_settings/Searchd.md#secondary_index_block_cache) option, updated the secondary index API, and inlined sort accessors.
* ⚠️ [v12.0.0](https://github.com/manticoresoftware/manticoresearch/releases/tag/12.0.0)[PR #3516](https://github.com/manticoresoftware/manticoresearch/pull/3516) 修复了 KNN 索引训练和构建过程中源和目标行 ID 错误的 Bug。此更新不更改数据格式,但提高了 Manticore Search / MCL API 版本。
120
91
121
92
### New Features and Improvements
122
93
* 🆕 [v13.6.0](https://github.com/manticoresoftware/manticoresearch/releases/tag/13.6.0)[ Issue #2226](https://github.com/manticoresoftware/manticoresearch/issues/2226) 支持在 PHRASE、PROXIMITY 和 QUORUM 操作符中显式使用“|”(或)。
@@ -147,6 +118,7 @@ If you follow the [official installation guide](https://manticoresearch.com/inst
147
118
**Released**: 2025年7月8日
148
119
149
120
### 重大变更
121
+
* ⚠️ [PR #3586](https://github.com/manticoresoftware/manticoresearch/pull/3586) Support for Debian 10 (Buster) has been discontinued. Debian 10 reached end of life on June 30, 2024. Users are encouraged to upgrade to Debian 11 (Bullseye) or Debian 12 (Bookworm).
0 commit comments