In order to use the Sphinx Storage Engine, it is necessary to install the Sphinx daemon.
Many Linux distributions have Sphinx in their repositories. These can be used to install Sphinx instead of following the instructions below, but these are usually quite old versions and don't all include API's for easy integration. Ubuntu users can use the updated repository at https://launchpad.net/~builds/+archive/sphinxsearch-rel21 (see instructions below). Alternatively, download from http://sphinxsearch.com/downloads/release/
Ubuntu users can make use of the repository, as follows:
sudo add-apt-repository ppa:builds/sphinxsearch-rel21 sudo apt-get update sudo apt-get install sphinxsearch
Alternatively, install as follows:
sphinxsearch
. sudo apt-get install unixodbc libpq5 mariadb-client
sudo dpkg -i sphinxsearch*.deb
/etc/default/sphinxsearch
to see that START=yes
sudo service sphinxsearch start
(and stop with sudo service sphinxsearch stop
) sphinx
and the daemon searchd
. sudo yum install postgresql-libs unixODBC
sudo rpm -Uhv sphinx*.rpm
service searchd start
C:\Sphinx
C:\Sphinx\bin> C:\Sphinx\bin\searchd --install --config C:\Sphinx\sphinx.conf.in --servicename SphinxSearch
Once Sphinx has been installed, it will need to be configured.
Full instructions, including details on compiling Sphinx yourself, are available at http://sphinxsearch.com/docs/current.html.
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/installing-sphinx/