Sha256: fd5f7d1c4d779820fab6aac770ef0dac473004890d53c879e50824a7b0b180d5

Contents?: true

Size: 1.37 KB

Versions: 2

Compression:

Stored size: 1.37 KB

Contents

=Sphinx Client API 0.9.10

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 <tt>searchd</tt> -
a daemon to search through fulltext indices from external software.

==Compatibility

This version supports all API features of Sphinx 0.9.10-r2043. Full compatibility list:

* <tt>0.9.10</tt> — Sphinx 0.9.10-r2043
* <tt>0.9.9</tt> — Sphinx 0.9.9-r1299

==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 <kpumuk@kpumuk.info> http://kpumuk.info

Andrew Aksyonoff http://sphinxsearch.com/

Special thanks to Alexey Kovyrin <alexey@kovyrin.net> http://blog.kovyrin.net

==License

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sphinx-0.9.10.2043 README.rdoc
sphinx-0.9.10 README.rdoc