# Manticore Search 3.0.2 GA release

Мы рады объявить о выпуске Manticore Search 3.0.2. Скачать можно [здесь](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 также могут быть доступны с помощью memory‑mapping (как и атрибуты) вместо 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) directives.

Новые директивы [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) используется как seed для UUID узла внутри кластера репликации.

HTTP‑ответ [/sql](https://docs.manticoresearch.com/latest/html/httpapi_reference.html#sql-api) отличается от ответа [/json/search](https://docs.manticoresearch.com/latest/html/http_reference/json_search.html) response.
  
  
### Удаления


/search endpoint был удалён .
  
  
### Устаревание


[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_* directives.
  
  
### Исправления


В этом выпуске включено несколько исправлений, выделим некоторые:

 - [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) исправляет поддержку () вокруг MATCH() в [#143](https://github.com/manticoresoftware/manticoresearch/issues/187)

 - [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).
