indexing - where is placed the time configuration for --rotate in Sphinx? -
i want use --rotate in sphinx updating index every 5 minutes, number placed?
i command example
indexer --rotate --config /home/myuser/sphinx.conf --all
i have searched here without luck, in advance
the indexer program packaged sphinx not daemon, nor run regularly on own. instead, need use scheduling program that.
for flavors of unix, can run indexer using cron.
$ crontab -e
*/5 * * * * /path/to/sphinx/bin/indexer --rotate --config /home/myuser/sphinx.conf --all
Comments
Post a Comment