ID:800150  

在linux Debian上安装Manticore搜索

[manticore安装] [全文搜索]

2025年01月06日   5


安装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-extra

如果您从旧版本升级,建议先删除旧包,以避免更新的包结构引起的冲突。(不会删除之前的数据和配置)

 sudo apt remove 'manticore*'

启动Manticore

sudo systemctl start manticore

跟随系统一起启动Manticore

sudo systemctl enable manticore

manticore三个路径

1,manticore.conf配置路径: /etc/manticoresearch/

2,索引文件路径: /var/lib/manticore/var/

3,stopwords路径: /usr/share/manticore/

[Linux]