मैन्टिकोर खोज 5.0.0

पैकेज प्रबंधक

डेबियन, उबंटू और लिनक्स मिंट पर APT का उपयोग करके मैन्टिकोर खोज स्थापित करें

अगर आप मैन्टिकोर 5 पर अपग्रेड कर रहे हैं तो पहले अपने पुराने पैकेजों को हटाना अनुशंसित है क्योंकि मैन्टिकोर 5 में पैकेज संरचना बदल गई है:

sudo apt remove manticore*

यह आपके डेटा या कॉन्फ़िगरेशन फ़ाइल को नहीं हटाएगा।

APT रिपॉजिटरी और नया संस्करण स्थापित करें:

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

मैन्टिकोर शुरू करें

sudo systemctl start manticore

मैन्टिकोर खोज के APT रिपॉजिटरी के बारे में अधिक पढ़ें दस्तावेज़ीकरण में।

Centos, RHEL और Oracle Linux पर YUM का उपयोग करके मैन्टिकोर खोज स्थापित करें

अगर आप मैन्टिकोर 5 पर अपग्रेड कर रहे हैं तो पहले अपने पुराने पैकेजों को हटाना अनुशंसित है क्योंकि मैन्टिकोर 5 में पैकेज संरचना बदल गई है:

sudo yum remove manticore*

यह आपके डेटा या कॉन्फ़िगरेशन फ़ाइल को नहीं हटाएगा।

YUM रिपॉजिटरी और नया संस्करण स्थापित करें:

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

चलाएं

sudo systemctl start manticore

मैन्टिकोर खोज के YUM रिपॉजिटरी के बारे में अधिक पढ़ें दस्तावेज़ीकरण में।

MacOS (इंटेल) पर होमब्रू का उपयोग करके मैन्टिकोर खोज स्थापित करें (संस्करण 4.2.0)

brew install manticoresoftware/manticore/manticoresearch

चलाएं

brew services start manticoresearch

मैन्टिकोर खोज के होमब्रू पैकेज के बारे में अधिक पढ़ें दस्तावेज़ीकरण में।

बस इसके साथ खेलने के लिए docker में मैन्टिकोर खोज चलाएं (उत्पादन के लिए नहीं)

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

ध्यान दें, जैसे ही आप mysql क्लाइंट से बाहर निकलेंगे, मैन्टिकोर कंटेनर बंद हो जाएगा और कोई डेटा संग्रहित नहीं होगा।

उत्पादन में उपयोग करने के लिए Docker में मैन्टिकोर खोज चलाएं

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

यह करेगा:

  • 9306 पोर्ट पर मैन्टिकोर चलाएगा (mysql कनेक्शन के लिए)
  • और 9308 पोर्ट पर (अन्य सभी कनेक्शन के लिए)
  • और ./data/ को डेटा निर्देशिका के रूप में उपयोग करेगा

उत्पादन उपयोग के बारे में अधिक पढ़ें दस्तावेज़ीकरण में।


अलग-अलग पैकेज

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.

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.

Sphinx/Manticore 2.x से 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

मैंटीकोर सर्च इंस्टॉल करें

मैंटीकोर सर्च इंस्टॉल करें