blog-post

Manticore Search Homebrew tap is here

We’re pleased to announce the availability of the official Manticore Search tap.
Until now, there were 2 ways to run Manticore Search on MacOS: either compile the sources or use the official binary archive provided by us at each release. …

blog-post

New way of tokenization of Chinese

Today we’d like to highlight the challenge of search functionality in Chinese. In this article, we will go through the main difficulties of full-text search implementation for CJK languages and how to overcome them with the help of …

Manticore Search 3.1.0 release

We are pleased to announce the release of Manticore Search 3.1.0. Downloads are available here and from the Manticore Github page . Docker image is available at Docker Hub .
New features Replication is now available for RealTime indexes and …

Migrating to Manticore 3: document ids

In this article we’re talking about document id data type change in Manticore Search 3.0.
In previous versions document ids were unsigned big integers. This changed in 3.0 as we switched to signed big integers. The reason behind that …

Introduction to replication for percolate indexes

Starting with 2.8.2 a new major feature is available - replication for percolate indexes.
The replication is based on Galera library (also used by Percona’s mysql fork and MariaDB). We considered it would be better to use a tried and proven …

MySQL source wasn't initialized. Wrong name in dlopen?

In this article, we address a common issue that users frequently encounter when attempting to import data from MySQL into Manticore.
Manticore’s ability to index data from MySQL using the indexer tool is widely recognized. However, before …

Install Manticore Search

Install Manticore Search