| 知乎专栏 |
Manticore Search 是一个开源数据库,于 2017 年作为 Sphinx Search 引擎的延续而创建。我们在其优点的基础上,显著提高了其功能,并修复了 数百个错误 ,同时保持开源。这使得 Manticore Search 成为一个现代、快速、轻量级且功能完善的数据库,具有出色的全文搜索能力。
wget https://repo.manticoresearch.com/manticore-repo.noarch.deb sudo dpkg -i manticore-repo.noarch.deb sudo apt update sudo apt install manticore manticore-extra
启动 Manticore
sudo systemctl start manticore
sudo dnf install https://repo.manticoresearch.com/manticore-repo.noarch.rpm sudo dnf install manticore manticore-extra
启动 Manticore
sudo systemctl start manticore