Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 760 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 760 Bytes

Sphinx Config Combinator

Script that combine multiple config files into one for Sphinx Search engine

Install

  • Create directory for your config files beside your sphinx.conf
$ mkdir /etc/sphinxsearch/conf.d
  • Separate your sphinx.conf to files like a 100-source, 200-indexer and place it under conf.d directory

  • Replace you original sphinx.conf with sphinx.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

License

Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php