Manticore Search 2.6.3 GA release

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

blog-post

Research on Jemalloc

As said on http://jemalloc.net/:
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
Some Sphinx and Manticore Search users prefer jemalloc over malloc and say it …

image-fallback

Sphinx 3 vs Manticore: performance benchmark

[UPDATE] Fresher benchmark is here.
Recently long-awaited Sphinx 3 was released and updated in 3.0.2 . It has got documents storage capabilities, A-indexes, snippets pre-indexing and unfortunately is not open source any more (at least now, …

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 …

Install Manticore Search

Install Manticore Search