Manticore Search 2.6.4 GA release

We are pleased to announce the release of Manticore Search 2.6.4 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 …

Profiling queries

In this article we discuss the tools available for profiling queries in Manticore Search.
SHOW META By default the SHOW META command provides statistics about the keywords used in the match. For each keyword we get the number of documents …

Suggestions on phrases using a single SUGGEST call

In this article we discuss how a single CALL QSUGGEST can be used to correct phrases in particular cases.
CALL QSUGGEST was introduced in the last version of Sphinx 2.x. The statement allows finding close matches of an input word from the …

Percolate queries: Manticore Search vs Luwak

In this article we test how percolate queries perform in Manticore Search and Luwak.
Introduction Recently we tested the performance of Percolate Queries in Manticore Search and Elasticsearch. Today we are looking at Luwak, a stored query …

Building 1M docs index having no one real doc

Hi folks
Just want to share an interesting trick on how to easily index something with Sphinx / Manticore Search for test purposes without need of populating database with a lot of data or doing smth like that. The below is a full Sphinx / …

Basics of Manticore Indexes

In this article, we discuss an introduction to Manticore indexes.
Manticore Search supports two storage index types:
plain (also called offline or disk) index. Data is indexed once at creation, it supports online rebuilding and online …

Install Manticore Search

Install Manticore Search