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.confto files like a100-source,200-indexerand place it underconf.ddirectory -
Replace you original
sphinx.confwithsphinx.conffrom 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