Plain indexes replication

Manticore Search (as well as Sphinx) doesn’t yet support replication for plain or RT indexes out of the box (although we’re working on this, if you want to be a beta tester let us know at [email protected]), so you have to implement …

Manticore Search 2.6.2 GA release

We are pleased to announce the release of Manticore Search 2.6.2 GA.
Prebuilt packages available for Debian,Ubuntu, Red Hat/CentOS, Windows and OSX can be downloaded from here. For Docker image check official repository.
Improvements …

Minimal configuration to play with Manticore Search

If you want to start learning Manticore Search plain indexes or see how some its feature works the following simplest Manticoresearch configuration might be useful:
source min { type = mysql sql_host = localhost sql_user = root sql_pass = …

Fuzzy matching and 2nd pass query

Many customers that we have helped with integrating search into their applications wanted their search to be more intelligent than just strictly matching a query with documents.
There are many ways to do this. Manticore Search makes it very …

Percolate queries: Manticore Search vs Elasticsearch

Introduction Percolate Queries are also known as Persistent Queries, Prospective Search, document routing, search in reverse or inverse search.
The normal way of doing searches is to store documents we want to search and perform queries …

Manticore Search 2.6.1 GA release

We are pleased to announce the release of Manticore Search 2.6.1 GA.
Prebuilt packages available for Debian,Ubuntu, Red Hat/CentOS, Windows and OSX can be downloaded from here. For Docker image check official repository.
Improvements and …

Install Manticore Search

Install Manticore Search