# Manticore Search 3.0.2 GA release

我们很高兴宣布发布 Manticore Search 3.0.2。下载地址可在 [here](https://manticoresearch.com/downloads/) 获取，也可从 [Manticore Github 页面](https://github.com/manticoresoftware/manticoresearch/releases/tag/3.0.2) 获取。Docker 镜像可在 [Docker Hub](https://hub.docker.com/r/manticoresearch/manticore) 获取。

### 改进


Doclists 和 hitlists 组件也可以通过内存映射（如同属性一样）进行访问，而不是使用 seek+read。可以通过 [access\_doclists](https://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#access-doclists) 和 [access\_hitlists](https://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#access-hitlists) 指令选择访问模式。

新指令 [access\_plain\_attrs](https://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#access-plain-attrs) 和 [access\_blob\_attrs](https://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#access-blob-attrs) 替换了 [ondisk\_attrs](https://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#ondisk-attrs) 和 [mlock](https://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#mlock) 提供的功能。新指令允许更多场景下加载和锁定或不锁定属性类型。

access\_\* 指令可以在配置文件的 searchd 部分全局设置，也可以在索引配置部分按索引设置。有关新访问指令的更多详细信息，请参阅 [访问索引文件](https://docs.manticoresearch.com/latest/html/indexing/indexes.html#accessing-index-files)。

新指令 [server\_id](https://docs.manticoresearch.com/latest/html/conf_options_reference/searchd_program_configuration_options.html#server-id) 用作复制集群中节点 UUID 的种子。

[/sql](https://docs.manticoresearch.com/latest/html/httpapi_reference.html#sql-api) HTTP 响应与 [/json/search](https://docs.manticoresearch.com/latest/html/http_reference/json_search.html) 响应不同。
  
  
### 移除


/search 端点已被移除。
  
  
### 不再推荐使用


[ondisk\_attrs](https://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#ondisk-attrs)、[ondisk\_attrs\_default](https://docs.manticoresearch.com/latest/html/conf_options_reference/searchd_program_configuration_options.html#ondisk-attrs-default)、[mlock](https://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#mlock) 被标记为已弃用，因为它们的功能已被 access\_\* 指令取代。
  
  
### 修复


此版本包含多项修复，其中一些如下：

 - [055586a9](https://github.com/manticoresoftware/manticoresearch/commit/055586a9a2ebfa8874f68099c5bc798a145fd4ef) 修复了 [\#187](https://github.com/manticoresoftware/manticoresearch/issues/187) 在使用 SENTENCE 查询时的崩溃问题

 - [93bf52f2](https://github.com/manticoresoftware/manticoresearch/commit/93bf52f23f1c53c8a93a603387ca5463e1fc2ae8) 修复了 [\#143](https://github.com/manticoresoftware/manticoresearch/issues/187) 支持 MATCH() 周围的 ()

 - [5802b85a](https://github.com/manticoresoftware/manticoresearch/commit/5802b85aa93a81caea77073a3381ef912fdd677c) 修复了 [\#196](https://github.com/manticoresoftware/manticoresearch/issues/196) 按文档 ID 过滤和 NOT IN (..) 间歇性返回错误结果的问题



如需完整报告，请参阅 [发布说明](https://docs.manticoresearch.com/latest/html/releasenotes.html#version-3-0-2-31-may-2019)。
