blog-post

Manticore Search 3.2.0 release

We are pleased to announce the release of Manticore Search 3.2.0. Downloads are available here and from the Manticore Github page. Docker image is available at Docker Hub.
New features Storage for full-text fields. It is now possible not …

blog-post

SSL support: HTTPS interface

In Manticore 3.1.2 was added support for data encryption between your application or another client (curl, browser etc) and Manticore Search daemon. It’s important to have it enabled if you need to protect your data (queries, responses) …

How we've remade sys threads in Manticore Search

Recently we’ve remade our system threads. Since we’ve forked from Sphinx and earlier searchd had all system tasks made in an often-rise-up style. Each service worked in a dedicated thread which wakes up every 50ms and checks whether it has …

Manticore Search 3.1.2 release

We are pleased to announce the release of Manticore Search 3.1.2. Downloads are available here and from the Manticore Github page. Docker image is available at Docker Hub.
New features Experimental SSL support for HTTP API is now available. …

blog-post

Go client for Manticore Search

In this tutorial we will study how to use Go-SDK, the official Go client for Manticore Search.
In case if you want to go through an interactive course, go here.
Installation First, we make sure there’s a running Manticore instance on the …

Install Manticore Search

Install Manticore Search