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 …

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 …

blog-post

Debian Buster support

Buster (Debian 10) Package Available for Manticore search now. Buster (Debian 10) package has been released into the Manticore Search packaging repository.
You can install now 3.1.0 version via the Debian 10 apt command:
$ wget …

blog-post

Introduction in replication course

In this tutorial, we will study the basics of replication in Manticore Search.
Shortly about replication Manticore search daemon can replicate a write transaction in a Real-Time or Percolate index to other nodes in the cluster.
You can try …

Install Manticore Search

Install Manticore Search