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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -