Preserving the order of search result set from Manticore Search

Between the Manticore query and the final result to the user there can be additional processing. As in most cases, the interest is to sort by a relevance score, it’s important to not lose this sorting.
A typical workflow using Manticore …

Manticore Search kill-list feature

Plain indexes text data is immutable, this means to refresh the data we need to issue a full reindexing. In many cases, the reindexing can take a long time. For that, a main+delta schema is used.
The concept assume a big index that holds a …

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 …

Install Manticore Search

Install Manticore Search