README.rdoc 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. =Sphinx Client API 0.9.9-dev (r1299)
  2. This document gives an overview of what is Sphinx itself and how to use in
  3. within Ruby on Rails. For more information or documentation,
  4. please go to http://www.sphinxsearch.com
  5. ==Sphinx
  6. Sphinx is a standalone full-text search engine, meant to provide fast,
  7. size-efficient and relevant fulltext search functions to other applications.
  8. Sphinx was specially designed to integrate well with SQL databases and
  9. scripting languages. Currently built-in data sources support fetching data
  10. either via direct connection to MySQL, or from an XML pipe.
  11. Simplest way to communicate with Sphinx is to use <tt>searchd</tt> -
  12. a daemon to search through fulltext indices from external software.
  13. ==Documentation
  14. You can create the documentation by running:
  15. rake rdoc
  16. ==Latest version
  17. You can always get latest version from
  18. http://kpumuk.info/projects/ror-plugins/sphinx
  19. ==Credits
  20. Dmytro Shteflyuk <[email protected]> http://kpumuk.info
  21. Andrew Aksyonoff http://sphinxsearch.com/
  22. Special thanks to Alexey Kovyrin <[email protected]> http://blog.kovyrin.net
  23. ==License
  24. This library is distributed under the terms of the Ruby license.
  25. You can freely distribute/modify this library.