16 SphinxSearch
fox edited this page 2020-12-11 11:22:29 +00:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

% Sphinx Search

This document is considered deprecated. Legacy search plugin is not maintained, and configuration examples apply to old Sphinx engine versions.


With sphinx_search plugin tt-rss is capable of using Sphinx full-text search engine.

Before adding search_sphinx to config.php directive PLUGINS, youll have to install and configure Sphinx indexing daemon as described in the official docs.

Example configuration files attached below. Dont forget that you need to update the indexes, for example using cron:

0   0    *   *   *   /usr/bin/indexer --rotate ttrss >/dev/null 2>&0
0  */2   *   *   *   /usr/bin/indexer --rotate delta >/dev/null 2>&0

More information on delta indexing here

See also: this forum thread

pgsql.sphinx.conf mysql.sphinx.conf