# Manticore Search 3.0.2 GA release

We are pleased to announce the release of Manticore Search 3.0.2. Downloads are available [here](https://manticoresearch.com/downloads/) and from the [Manticore Github page](https://github.com/manticoresoftware/manticoresearch/releases/tag/3.0.2). Docker image is available at [Docker Hub](https://hub.docker.com/r/manticoresearch/manticore).

### Improvements


Doclists and hitlists components can be also accessed using memory-mapping (like attributes are) instead of seek+read. Choosing the access mode can be made with [access\_doclists](https://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#access-doclists) and [access\_hitlists](https://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#access-hitlists) directives.

New directives [access\_plain\_attrs](https://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#access-plain-attrs) and [access\_blob\_attrs](https://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#access-blob-attrs) replace the functionality provided by [ondisk\_attrs](https://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#ondisk-attrs) and [mlock](https://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#mlock). The new directives allow more scenarios of how types of attributes can be loaded and locked or not in the memory.

The access\_\* directives can be set globally in searchd section of configuration or per index in index configuration section. For more details about the new access directives check [Accessing index files](https://docs.manticoresearch.com/latest/html/indexing/indexes.html#accessing-index-files).

New directive [server\_id](https://docs.manticoresearch.com/latest/html/conf_options_reference/searchd_program_configuration_options.html#server-id) used as seed for node UUID inside a replication cluster.

[/sql](https://docs.manticoresearch.com/latest/html/httpapi_reference.html#sql-api) HTTP response is not the same as [/json/search](https://docs.manticoresearch.com/latest/html/http_reference/json_search.html) response.
  
  
### Removals


/search endpoint was removed .
  
  
### Deprecations


[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) are marked as deprecated as their functionality is replaced by access\_\* directives.
  
  
### Fixes


A number of fixes are included in this release, to highlight a few:

 - [055586a9](https://github.com/manticoresoftware/manticoresearch/commit/055586a9a2ebfa8874f68099c5bc798a145fd4ef) fixes [\#187](https://github.com/manticoresoftware/manticoresearch/issues/187) crash when using query with SENTENCE

 - [93bf52f2](https://github.com/manticoresoftware/manticoresearch/commit/93bf52f23f1c53c8a93a603387ca5463e1fc2ae8) fixes [\#143](https://github.com/manticoresoftware/manticoresearch/issues/187) support () around MATCH()

 - [5802b85a](https://github.com/manticoresoftware/manticoresearch/commit/5802b85aa93a81caea77073a3381ef912fdd677c) fixes [\#196](https://github.com/manticoresoftware/manticoresearch/issues/196) Filtering by document ID and NOT IN (..) intermittently returns incorrect results



For a full report please consult the [Release note](https://docs.manticoresearch.com/latest/html/releasenotes.html#version-3-0-2-31-may-2019).
