RAKE_TASKS

Path: RAKE_TASKS
Last Update: Thu Mar 12 18:41:09 -0700 2009

Available Rake tasks

These Rake tasks are made available to your Rails app:

ultrasphinx:configure:Rebuild the configuration file for this particular environment.
ultrasphinx:index:Reindex and rotate all indexes.
ultrasphinx:index:delta:Reindex and rotate the delta index.
ultrasphinx:index:main:Reindex and rotate the main index.
ultrasphinx:index:merge:Merge the delta index into the main index.
ultrasphinx:daemon:restart:Restart the search daemon.
ultrasphinx:daemon:start:Start the search daemon.
ultrasphinx:daemon:stop:Stop the search daemon.
ultrasphinx:daemon:status:Check if the search daemon is running.
ultrasphinx:spelling:build:Rebuild the custom spelling dictionary. You may need to use sudo if your Aspell folder is not writable by the app user.
ultrasphinx:bootstrap:Bootstrap a full Sphinx environment by running configure, index, then daemon:start.

All tasks have shortcuts. Use us:conf, us:index, us:main, us:delta, us:merge, us:restart, us:start, us:stop, us:stat, us:spell, and us:boot.

[Validate]