Sphinx SQL full-text search engine
Sphinx is an SQL full-text search engine. It's often used in Rails projects with plugins such as Thinking Sphinx, Ultrasphinx or acts_as_sphinx.
These plugins need the sphinx binaries to be installed. To simplified installation, we provide pre-built Sphinx packages for Ubuntu Hardy. Just install the package:
$ sudo apt-get update $ sudo apt-get install sphinx-search
And then use your Rails plugin of choice.
If you're not on a Brightbox, you'll need to configure the Brightbox APT repository on your Ubuntu box.
