Manticore Search 5.0.0

Package managers

Install Manticore Search on Debian, Ubuntu and Linux Mint using APT

In case you are upgrading to Manticore 5 it’s recommended to remove your old packages first since package structure changed in Manticore 5:

sudo apt remove manticore*

It won’t remove your data or configuration file.

Install the APT repository and the new version:

wget https://repo.manticoresearch.com/manticore-repo.noarch.deb
sudo dpkg -i manticore-repo.noarch.deb
sudo apt update
sudo apt install manticore manticore-columnar-lib

Start Manticore

sudo systemctl start manticore

Read more about Manticore Search’s APT repo in the documentation.

Install Manticore Search on Centos, RHEL and Oracle Linux using YUM

In case you are upgrading to Manticore 5 it’s recommended to remove your old packages first since package structure changed in Manticore 5:

sudo yum remove manticore*

It won’t remove your data or configuration file.

Install the YUM repository and the new version:

sudo yum install https://repo.manticoresearch.com/manticore-repo.noarch.rpm
sudo yum install manticore manticore-columnar-lib

Run

sudo systemctl start manticore

Read more about Manticore Search’s YUM repo in the documentation.

Install Manticore Search on MacOS (Intel) using Homebrew (version 4.2.0)

brew install manticoresoftware/manticore/manticoresearch

Run

brew services start manticoresearch

Read more about Manticore Search’s Homebrew package in documentation.

Run Manticore Search in docker just to play with it (non-production usage)

docker run --name manticore --rm -d manticoresearch/manticore && sleep 3 && docker exec -it manticore mysql && docker stop manticore

Note, Manticore container will be stopped as soon as you exit the mysql client and no data will be saved.

Run Manticore Search in Docker to use in production

docker run --name manticore -v $(pwd)/data:/var/lib/manticore -p 127.0.0.1:9306:9306 -p 127.0.0.1:9308:9308 -d manticoresearch/manticore

will:

  • run Manticore on ports 9306 (for mysql connections)
  • and 9308 (for any other connections)
  • and will use ./data/ as the data directory

Read more about production use in the documentation.


Separate packages

wget https://repo.manticoresearch.com/repository/manticoresearch_xenial/dists/manticore_5.0.0-220518-b4cb7da_amd64.tgz https://repo.manticoresearch.com/repository/manticoresearch_xenial/dists/xenial/main/binary-amd64/manticore-columnar-lib_1.15.2-220518-b0bcafb_amd64.deb

tar -xvf manticore_5.0.0-220518-b4cb7da_amd64.tgz

sudo dpkg -i manticore-*5.0.0-220518-b4cb7da_amd64.deb manticore-columnar-lib_1.15.2-220518-b0bcafb_amd64.deb  

wget https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/manticore_5.0.0-220518-b4cb7da02_amd64.tgz https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-amd64/manticore-columnar-lib_1.15.2-220518-b0bcafb_amd64.deb

tar -xvf manticore_5.0.0-220518-b4cb7da02_amd64.tgz

sudo dpkg -i manticore-*5.0.0-220518-b4cb7da02_amd64.deb manticore-columnar-lib_1.15.2-220518-b0bcafb_amd64.deb

wget https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/manticore_5.0.0-220518-b4cb7da02_amd64.tgz https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-amd64/manticore-columnar-lib_1.15.2-220518-b0bcafb_amd64.deb

tar -xvf manticore_5.0.0-220518-b4cb7da02_amd64.tgz

sudo dpkg -i manticore-*5.0.0-220518-b4cb7da02_amd64.deb manticore-columnar-lib_1.15.2-220518-b0bcafb_amd64.deb

wget https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/manticore_5.0.0-220518-b4cb7da02_amd64.tgz https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-amd64/manticore-columnar-lib_1.15.2-220518-b0bcafb_amd64.deb

tar -xvf manticore_5.0.0-220518-b4cb7da02_amd64.tgz

sudo dpkg -i manticore-*5.0.0-220518-b4cb7da02_amd64.deb manticore-columnar-lib_1.15.2-220518-b0bcafb_amd64.deb

wget https://repo.manticoresearch.com/repository/manticoresearch_stretch/dists/manticore_5.0.0-220518-b4cb7da02_amd64.tgz https://repo.manticoresearch.com/repository/manticoresearch_stretch/dists/stretch/main/binary-amd64/manticore-columnar-lib_1.15.2-220518-b0bcafb_amd64.deb

tar -xvf manticore_5.0.0-220518-b4cb7da02_amd64.tgz

sudo dpkg -i manticore-*5.0.0-220518-b4cb7da02_amd64.deb manticore-columnar-lib_1.15.2-220518-b0bcafb_amd64.deb

wget https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/manticore_5.0.0-220518-b4cb7da02_amd64.tgz https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-amd64/manticore-columnar-lib_1.15.2-220518-b0bcafb_amd64.deb

tar -xvf manticore_5.0.0-220518-b4cb7da02_amd64.tgz

sudo dpkg -i manticore-*5.0.0-220518-b4cb7da02_amd64.deb manticore-columnar-lib_1.15.2-220518-b0bcafb_amd64.deb

wget https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/manticore_5.0.0-220518-b4cb7da02_amd64.tgz https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-amd64/manticore-columnar-lib_1.15.2-220518-b0bcafb_amd64.deb

tar -xvf manticore_5.0.0-220518-b4cb7da02_amd64.tgz

sudo dpkg -i manticore-*5.0.0-220518-b4cb7da02_amd64.deb manticore-columnar-lib_1.15.2-220518-b0bcafb_amd64.deb

wget https://repo.manticoresearch.com/repository/manticoresearch/dev/centos/7/manticore-5.0.0-220518-b4cb7da02.el7.x86_64.tgz https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/x86_64/manticore-columnar-lib-1.15.2_220518.b0bcafb-1.el7.centos.x86_64.rpm

tar -xvf manticore-5.0.0-220518-b4cb7da02.el7.x86_64.tgz

rpm -i manticore-*-4.2.1_220517.b9889b4-1.el7.centos.*.rpm manticore-columnar-lib-1.15.2_220518.b0bcafb-1.el7.centos.x86_64.rpm

wget https://repo.manticoresearch.com/repository/manticoresearch/dev/centos/8/manticore-5.0.0-220518-b4cb7da02.el8.x86_64.tgz https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/x86_64/manticore-columnar-lib-1.15.2_220518.b0bcafb-1.el8.x86_64.rpm

tar -xvf manticore-5.0.0-220518-b4cb7da02.el8.x86_64.tgz

rpm -i manticore-*-4.2.1_220517.b9889b4-1.el8.centos.*.rpm manticore-columnar-lib-1.15.2_220518.b0bcafb-1.el8.centos.x86_64.rpm

Install

mkdir manticore

cd manticore

wget https://repo.manticoresearch.com/repository/manticoresearch_macos/release/manticore-5.0.0-220518-b4cb7da02_64-main.tar.gz

tar -xf manticore-5.0.0-220518-b4cb7da02_64-main.tar.gz

wget https://repo.manticoresearch.com/repository/manticoresearch_macos/release/manticore-columnar-lib-1.15.2-220518-b0bcafb-osx10.14.4-x86_64.tar.gz

tar -xf manticore-columnar-lib-1.15.2_220518-b0bcafb-osx10.14.4-x86_64.tar.gz -C usr/local

Please find more details on installing and using Manticore in MacOS in the documentation.

Run

LIB_MANTICORE_COLUMNAR=./usr/local/share/manticore/modules/lib_manticore_columnar.so ./usr/local/bin/searchd -c ./usr/local/etc/manticore/manticore.conf
./usr/local/bin/searchd -c ./usr/local/etc/manticore/manticore.conf

To install Manticore in Windows:

  1. press the below two download buttons

Manticore Search

Manticore Columnar Lib

  1. download the archives
  2. create a folder, e.g. C:\Manticore
  3. move the archives into it and extract files from them:
    • unzip manticore-5.0.0-220518-b4cb7da02-releasex64-main.zip
    • unzip manticore-columnar-lib-1.15.2_220518-b0bcafb-x64.zip

The archive comes with a sample configuration file in manticore.conf.in.
The configuration contains placeholders @LOGDIR@, @RUNDIR@ and @CONFDIR@ that need to be replaced with your:

  • logs dir path
  • pid files directory path
  • and data directory location

respectively. The archive also includes empty folders var/log and var/data, so if you like - you can use them.

To install the searchd (Manticore search server) as a Windows service run:

C:\Manticore\bin\searchd --install --config C:\Manticore\manticore.conf.in --servicename Manticore

Please find more details on installing and using Manticore in Windows in the documentation.

Linux Mint 19:

wget https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/manticore_5.0.0-220518-b4cb7da02_amd64.tgz https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-amd64/manticore-columnar-lib_1.15.2-220518-b0bcafb_amd64.deb

tar -xvf manticore_5.0.0-220518-b4cb7da02_amd64.tgz

sudo dpkg -i manticore-*5.0.0-220518-b4cb7da02_amd64.deb manticore-columnar-lib_1.15.2-220518-b0bcafb_amd64.deb

Other downloads

Read more about morphology in Manticore Search in the documentation.

Unpack en.pak.tgz to the folder which is specified as lemmatizer_base in your config (/usr/share/manticore/ by default in Linux) and restart Manticore Search.

Read more about morphology in Manticore Search in the documentation.

Unpack de.pak.tgz to the folder which is specified as lemmatizer_base in your config (/usr/share/manticore/ by default in Linux) and restart Manticore Search.

Read more about morphology in Manticore Search in the documentation.

Unpack ru.pak.tgz to the folder which is specified as lemmatizer_base in your config (/usr/share/manticore/ by default in Linux) and restart Manticore Search.

Index converter from Sphinx/Manticore 2.x to Manticore 3.x

Note, Manticore 4 and 5 can also read the converted indexes. Read more about migration from Sphinx 2 / Manticore 2 in the documentation.

sudo apt install manticore-converter

if you use our APT repository or:

wget https://repo.manticoresearch.com/repository/manticoresearch_xenial/dists/xenial/main/binary-amd64/manticore-converter_5.0.0-220518-b4cb7da_amd64.deb

dpkg -i manticore-converter_5.0.0-220518-b4cb7da_amd64.deb

sudo apt install manticore-converter

if you use our APT repository or:

wget https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-amd64/manticore-converter_5.0.0-220518-b4cb7da02_amd64.deb

dpkg -i manticore-converter_5.0.0-220518-b4cb7da02_amd64.deb

sudo apt install manticore-converter

if you use our APT repository or:

wget https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-amd64/manticore-converter_5.0.0-220518-b4cb7da02_amd64.deb

dpkg -i manticore-converter_5.0.0-220518-b4cb7da02_amd64.deb

sudo apt install manticore-converter

if you use our APT repository or:

wget https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-amd64/manticore-converter_5.0.0-220518-b4cb7da02_amd64.deb

dpkg -i manticore-converter_5.0.0-220518-b4cb7da02_amd64.deb

sudo apt install manticore-converter

if you use our APT repository or:

wget https://repo.manticoresearch.com/repository/manticoresearch_stretch/dists/stretch/main/binary-amd64/manticore-converter_5.0.0-220518-b4cb7da02_amd64.deb

dpkg -i manticore-converter_5.0.0-220518-b4cb7da02_amd64.deb

sudo apt install manticore-converter

if you use our APT repository or:

wget https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-amd64/manticore-converter_5.0.0-220518-b4cb7da02_amd64.deb

dpkg -i manticore-converter_5.0.0-220518-b4cb7da02_amd64.deb

sudo apt install manticore-converter

if you use our APT repository or:

wget https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-amd64/manticore-converter_5.0.0-220518-b4cb7da02_amd64.deb

dpkg -i manticore-converter_5.0.0-220518-b4cb7da02_amd64.deb

sudo apt install manticore-converter

if you use our APT repository or:

yum install https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/x86_64/manticore-converter-5.0.0_220518.b4cb7da-1.el7.centos.x86_64.rpm

sudo apt install manticore-converter

if you use our APT repository or:

yum install https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/x86_64/manticore-converter-5.0.0_220518.b4cb7da02-1.el8.x86_64.rpm

Archive versions

You can find packages of Manticore Search version before 3.5.0 in Github Releases
You can find packages of Manticore Search version since 3.5.0 in repo.manticoresearch.com