Skip to content

tt-rss/tt-rss-plugin-search-sphinx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Checkout to plugins.local/search_sphinx/.

Add required constants to config.php:

	// *********************
	// *** Sphinx search ***
	// *********************
	define('SPHINX_SERVER', 'localhost:9312');

	define('SPHINX_ENABLED', false);
	// Enable fulltext search using Sphinx (http://www.sphinxsearch.com)
	// Please see http://tt-rss.org/wiki/SphinxSearch for more information.

	define('SPHINX_INDEX', 'ttrss');
	// Index name in Sphinx configuration. You can specify multiple indexes
	// as a comma-separated string.

About

Delegate searching for articles to Sphinx (don't forget to set options in config.php)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages