# Manticore Search 3.2.0 release

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

### New features

Storage for full-text fields. It is now possible not only to index texts but also store them and retrieve their content in results.

Document storage can be enabled with index directive [stored\_fields](https://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#stored-fields) by providing a list of full-text fields that should be stored.

By default storage compress the content saved on the disk. Fine-tuning of the compression can be done with new directives [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), and [docstore\_compression\_level](https://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#docstore-compression-level). Another fine-tuning setting is [docstore\_cache\_size](https://docs.manticoresearch.com/latest/html/conf_options_reference/searchd_program_configuration_options.html#docstore-cache-size), which declares the size of the memory cache used when reading and unpacking the stored content.

As this is an experimental feature, there are currently several known issues:

 - retrieving results from an index with docstore experience a performance hit compared with results from the same index without docstore. In the case of remote distributed indexes, there is a high impact on network traffic, CPU and memory on master and low performance.

 - for distributed indexes explicit SELECT must be used - SELECT id, field1, field2 etc.



These issues will be addressed in future releases.


### Improvements and changes


HTTP API SSL feature has been improved, both in the performance and support of different algorithms.

Non-cjk built-in charset table improved.

Disabled logging for UPDATE and DELETE statements a SELECT entry in the query log.

Starting with this release, official packages for RHEL / CentOS 8 are provided. The packages can be downloaded from GitHub or installed using our official [yum repository](https://docs.manticoresearch.com/latest/html/installation.html#installing-manticore-search-from-manticore-yum-repository).


### Bugfixes


A number of bugs have been fixed in this release, to name a few:

 - [6b8c4242](https://github.com/manticoresoftware/manticoresearch/commit/6b8c4242ef77c3fa4d0ccb7d76d81714b6728f0b) fix [\#194](https://github.com/manticoresoftware/manticoresearch/issues/194) PQ to work with morphology and stemmers

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

 - [174d3129](https://github.com/manticoresoftware/manticoresearch/commit/174d312905285aa5746f4f404c53e6dc669ef42f) fix RT retired segments management

 - [8ca78c13](https://github.com/manticoresoftware/manticoresearch/commit/8ca78c138d837caab30dc6e2343a3c4d1687bb87) fix wrong index after event removed at netloop at windows\\poll



For full changelog please consult the [release notes](https://docs.manticoresearch.com/latest/html/releasenotes.html#version-3-2-0-17-october-2019).
