deogar 3c3560c4c7 fixed year in sources, it is 2015 now 11 years ago
..
lib 63cd43e146 deprecated SetOverride() API call 12 years ago
spec 3c3560c4c7 fixed year in sources, it is 2015 now 11 years ago
tasks f2feaa548f merged from rel098 upto r1276 18 years ago
README.rdoc dff0a47981 README renamed to README.rdoc for Ruby Client 17 years ago
Rakefile e8c2383119 Fixed typo in the Rakefile 17 years ago
init.rb f2feaa548f merged from rel098 upto r1276 18 years ago
install.rb f2feaa548f merged from rel098 upto r1276 18 years ago
sphinx.yml.tpl f2feaa548f merged from rel098 upto r1276 18 years ago
test.rb 5a444a01b6 merged from rel099 branch upto r2080 16 years ago

README.rdoc

=Sphinx Client API 0.9.9-dev (r1299)

This document gives an overview of what is Sphinx itself and how to use in
within Ruby on Rails. For more information or documentation,
please go to http://www.sphinxsearch.com

==Sphinx

Sphinx is a standalone full-text search engine, meant to provide fast,
size-efficient and relevant fulltext search functions to other applications.
Sphinx was specially designed to integrate well with SQL databases and
scripting languages. Currently built-in data sources support fetching data
either via direct connection to MySQL, or from an XML pipe.

Simplest way to communicate with Sphinx is to use searchd -
a daemon to search through fulltext indices from external software.

==Documentation

You can create the documentation by running:

rake rdoc

==Latest version

You can always get latest version from
http://kpumuk.info/projects/ror-plugins/sphinx

==Credits

Dmytro Shteflyuk http://kpumuk.info

Andrew Aksyonoff http://sphinxsearch.com/

Special thanks to Alexey Kovyrin http://blog.kovyrin.net

==License

This library is distributed under the terms of the Ruby license.
You can freely distribute/modify this library.