History: Manticore Search
Preview of version: 26
Manticore Search is an Open Source database that was created in 2017 as a continuation of Sphinx Search engine (Started in 2001). It will be integrated with Tiki Wiki CMS Groupware version 25 and become one of the components of WikiSuite.
How to install
It is normally this:
Copy to clipboard
sudo apt-get install wikisuite-manticore
But as of 2022-10-03, you should temporarily use the nightly builds from https://manual.manticoresearch.com/Installation/Debian_and_Ubuntu#APT-repository because of required unreleased fixes.
Start service at server reboot
Copy to clipboard
sudo systemctl enable manticore
Then reboot to test
Copy to clipboard
sudo reboot
More info: https://manual.manticoresearch.com/Starting_the_server/Linux#Starting-and-stopping-using-systemd
How to verify version
This also confirms it's running
Copy to clipboard
root~# searchd -v Manticore 5.0.2 348514c86@220530 dev (columnar 1.15.4 2fef34e@220522) (secondary 1.15.4 2fef34e@220522) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-2022, Manticore Software LTD (https://manticoresearch.com)
Indicate to Tiki to use Manticore Search
- Pick Manticore as Unified search engine at tiki-admin.php?page=search
- Rebuild index
php console.php index:rebuild --log
- Enjoy!
Configuration file
On Debian 10 and 11, it is located at /etc/manticoresearch/manticore.conf
Related links
- https://manticoresearch.com/about/
- https://dev.tiki.org/Manticore-Search
- https://gitlab.com/wikisuite/wikisuite-packages/-/tree/main/wikisuite-manticore/debian
- https://gitlab.com/tikiwiki/tiki/-/merge_requests/1805
- https://manticoresearch.com/blog/manticore-alternative-to-elasticsearch/
- https://roadmap.manticoresearch.com