# Manticore Search 3.2.0 release

我们很高兴宣布 Manticore Search 3.2.0 的发布。下载地址为[此处](https://manticoresearch.com/downloads/)以及[Manticore Github 页面](https://github.com/manticoresoftware/manticoresearch/releases/tag/3.2.0)。Docker 镜像可在[Docker Hub](https://hub.docker.com/r/manticoresearch/manticore)获取。

### 新功能

全文字段的存储。现在不仅可以对文本进行索引，还可以存储它们并在结果中检索其内容。

通过 index 指令 [stored_fields](https://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#stored-fields) 启用文档存储，通过提供应存储的全文字段列表。

默认情况下存储会压缩磁盘上保存的内容。可以通过新指令 [docstore_block_size](https://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#docstore-block-size)、[docstore_compression](https://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#docstore-compression) 和 [docstore_compression_level](https://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#docstore-compression-level) 进行压缩的微调。另一个微调设置是 [docstore_cache_size](https://docs.manticoresearch.com/latest/html/conf_options_reference/searchd_program_configuration_options.html#docstore-cache-size)，它声明了在读取和解包存储内容时使用的内存缓存大小。

由于这是一个实验性功能，目前存在一些已知问题：

 - 从带有 docstore 的索引检索结果相比没有 docstore 的相同索引，性能会有下降。在远程分布式索引的情况下，会对主节点和从节点的网络流量、CPU 和内存造成较大影响，性能较低。

 - 对于分布式索引必须显式使用 SELECT - SELECT id, field1, field2 等。



这些问题将在未来的版本中解决。


### 改进和变更


HTTP API SSL 功能在性能和对不同算法的支持方面得到了改进。

非CJK内置字符集表得到改进。

禁用 UPDATE 和 DELETE 语句在查询日志中的 SELECT 条目记录。

从本次发布开始，提供官方的 RHEL / CentOS 8 包。这些包可以从 GitHub 下载或通过我们的官方 [yum 仓库](https://docs.manticoresearch.com/latest/html/installation.html#installing-manticore-search-from-manticore-yum-repository) 安装。


### 修复


此版本修复了若干错误，其中一些包括：

 - [6b8c4242](https://github.com/manticoresoftware/manticoresearch/commit/6b8c4242ef77c3fa4d0ccb7d76d81714b6728f0b) 修复 [\#194](https://github.com/manticoresoftware/manticoresearch/issues/194) PQ 与词形变化和词干提取器配合使用

 - [46c1cad8](https://github.com/manticoresoftware/manticoresearch/commit/46c1cad8fa11c1fc09cc34b20d978fdfcd4e6d27) 修复 [\#269](https://github.com/manticoresoftware/manticoresearch/issues/269) LIMIT N OFFSET M

 - [174d3129](https://github.com/manticoresoftware/manticoresearch/commit/174d312905285aa5746f4f404c53e6dc669ef42f) 修复 RT 退役段管理

 - [8ca78c13](https://github.com/manticoresoftware/manticoresearch/commit/8ca78c138d837caab30dc6e2343a3c4d1687bb87) 修复在 windows\\poll 的 netloop 中事件移除后索引错误



请参阅[发布说明](https://docs.manticoresearch.com/latest/html/releasenotes.html#version-3-2-0-17-october-2019)获取完整变更日志。
