blog-post

Did you mean

Besides the autocomplete feature, for which we covered a simple example in this course , another common feature people add to search applications is the ability to show wrong typed word corrections.
Manticore Search comes with a feature …

Manticore Search 3.2.2 release

We are pleased to announce the release of Manticore Search 3.2.2. Downloads are available here and from the Manticore Github page . Docker image is available at Docker Hub .
New features Long-awaited autoincrement ID functionality for …

blog-post

Manticore Search Indexes and document storage

Starting from v 3.2.0 Manticore Search introduced a new feature - Document Storage. Historically Manticore Search was a text search engine which indexes texts but doesn’t keep the originals. A text is processed, transforming it from a plain …

blog-post

Manticore Search 3.2.0 release

We are pleased to announce the release of Manticore Search 3.2.0. Downloads are available here and from the Manticore Github page . Docker image is available at Docker Hub .
New features Storage for full-text fields. It is now possible not …

blog-post

SSL support: HTTPS interface

In Manticore 3.1.2 was added support for data encryption between your application or another client (curl, browser etc) and Manticore Search daemon. It’s important to have it enabled if you need to protect your data (queries, responses) …

How we've remade sys threads in Manticore Search

Recently we’ve remade our system threads. Since we’ve forked from Sphinx and earlier searchd had all system tasks made in an often-rise-up style. Each service worked in a dedicated thread which wakes up every 50ms and checks whether it has …

Install Manticore Search

Install Manticore Search