Sha256: dae9486ab83a4c4b5c32478059853fd53df7705eb7f10349423d77c233fa0232

Contents?: true

Size: 1.16 KB

Versions: 5

Compression:

Stored size: 1.16 KB

Contents

=Sphinx Client API 0.3.0

Patched for Ultrasphinx.

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.

==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

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

5 entries across 5 versions & 1 rubygems

Version Path
ultrasphinx-1.5 vendor/sphinx/README
ultrasphinx-1.5.1 vendor/sphinx/README
ultrasphinx-1.5.2 vendor/sphinx/README
ultrasphinx-1.5.3 vendor/sphinx/README
ultrasphinx-1 ./vendor/sphinx/README