Displaying 1 result from an estimated 1 matches for "sphinxql".
Did you mean:
sphinx
2011 Mar 07
0
A new, minimal Sphinx gem for Rails
...g clusters of Sphinx servers or
with Sphinx under Rails 3, we think this gem is a pretty great fit. The
approach is to use ERB templating to configure Sphinx instead of a DSL.
You need to learn the Sphinx configuration syntax, but you get a really
flexible solution in exchange.
We also support SphinxQL in this gem:
http://sphinxsearch.com/docs/manual-0.9.9.html#sphinxql
It''s very minimal support, just a wrapper around Mysql2. I looked at
creating an ARel wrapper, but SphinxQL itself ended up being a bit buggy
about quotes and escaping values so we moved away from SphinxQL for now.
T...