# Manticore Search 2.6.2 GA release

我们很高兴宣布 [Manticore Search 2.6.2 GA](https://github.com/manticoresoftware/manticore/releases/tag/2.6.2) 的发布。

适用于 Debian、Ubuntu、Red Hat/CentOS、Windows 和 OSX 的预构建软件包可以从 [此处](https://github.com/manticoresoftware/manticore/releases) 下载。如需 Docker 镜像，请查看官方 [仓库](https://hub.docker.com/r/manticoresearch/manticore/)。

### 改进


Percolate 查询的性能得到了显著提升，尤其是在使用 NOT 运算符以及文档批量处理时。

根据 [dist_threads](https://docs.manticoresearch.com/latest/html/conf_options_reference/searchd_program_configuration_options.html#dist-threads) 的设置，可以使用多个线程来处理 CALL PQ 调用。使用 dist_threads=8 时，处理文档数量观察到 3-4 倍的提升。

新增了一个全文本运算符 - **NOTNEAR**。NOTNEAR/N 匹配当子表达式未在 N 个词范围内找到时的情况。

为 SELECT 在 PQ 索引上添加了 LIMIT。

expand_keywords 可以接受 '**star**'、'**exact**'（'**star,exact**' 等同于 **1**），以实现更精细的控制。

为连接字段添加了 '**ranged-main-query**'。新选项允许范围查询，但使用由 sql_query_range 定义的范围查询。

 

此版本修复了若干错误，如需完整报告请查阅 [发布说明](https://docs.manticoresearch.com/latest/html/releasenotes.html#version-2-6-2-ga-23-february-2018)。
