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 …

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 …

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 …

Install Manticore Search

Install Manticore Search