Skip to content

Instantly share code, notes, and snippets.

@tairov
Last active December 20, 2015 20:39
Show Gist options
  • Save tairov/6191494 to your computer and use it in GitHub Desktop.
Save tairov/6191494 to your computer and use it in GitHub Desktop.
sphinx indexer
# initial sync
indexer full_new delta_new && indexer --merge full_new delta_new
5 * * * * indexer delta_new --rotate >> /var/log/delta.new.log 2>&1 && indexer --merge full_new delta_new --rotate >> /var/log/sphinx.full.new.log 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment