Script that combine multiple config files into one for Sphinx Search engine
- Create directory for your config files beside your
sphinx.conf
$ mkdir /etc/sphinxsearch/conf.d
-
Separate your
sphinx.conf
to files like a100-source
,200-indexer
and place it underconf.d
directory -
Replace you original
sphinx.conf
withsphinx.conf
from this repository and make it executable with
$ chmod +x /etc/sphinxsearch/sphinx.conf
- Test it and you'll see combined config
$ bash /etc/sphinxsearch/sphinx.conf
- Now you can restart your
searchd
Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php