aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/sphinx.sample.conf
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11438] Add spaces after # comment start and before \ line breaksJoas Schilling2013-03-161-34/+34
| | | | PHPBB3-11438
* [ticket/11438] Add empty sql_query_pre to delta-sourceJoas Schilling2013-03-151-0/+1
| | | | PHPBB3-11438
* [ticket/11438] Move backslash to concatenate the query strings correctlyJoas Schilling2013-03-151-60/+30
| | | | | | Was broken in 03d2c6413c25b1faf7f37ff20625ce986b19eb88 PHPBB3-11438
* [ticket/11438] Update sphinx.sample.conf to one provided by config_generate()Joas Schilling2013-03-151-1/+1
| | | | PHPBB3-11438
* [ticket/11248] Convert line endings to LF - develop edition.Oleg Pudeyev2012-12-071-30/+60
| | | | PHPBB3-11248
* [feature/sphinx-fulltext-search] improve port optionDhruv2012-07-221-3/+2
| | | | | | | Use listen instead of deprecated port value in sphinx config file. sqlhost uses default $dbhost. PHPBB3-10946
* [feature/sphinx-fulltext-search] makes sql host configurableDhruv2012-07-221-2/+2
| | | | | | | The SQL server host which sphinx connects to index the posts is now configurable via ACP. PHPBB3-10946
* [feature/sphinx-fulltext-search] use Update in sphinx queryDhruv2012-07-191-2/+2
| | | | | | | | Instead of REPLACE use UPDATE since pgsql does not support REPLACE. A row is inserted at time of creating table so REPLACE is no longer needed. PHPBB3-10946
* [feature/sphinx-fulltext-search] use CASE instead of IFDhruv2012-07-191-2/+2
| | | | | | | IF is not supported in pgsql, use CASE instead supported in both mysql and pgsql. PHPBB3-10946
* [feature/sphinx-fulltext-search] minor changes in sphinx.confDhruv2012-07-191-2/+2
| | | | PHPBB3-10946
* [feature/sphinx-fulltext-search] use new unique id instead of saltDhruv2012-07-191-8/+8
| | | | | | | a new unique id is generated by sphinx and stored in the config table instead of using avatar_salt. PHPBB3-10946
* [feature/sphinx-fulltext-search] add binlog_path to configDhruv Goel2012-07-121-0/+1
| | | | | | binlog files are now added to the data folder. PHPBB3-10946
* [feature/sphinx-fulltext-search] include sample sphinx.conf in docsDhruv Goel2012-07-121-0/+96
PHPBB3-10946