aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/sphinx.sample.conf
Commit message (Collapse)AuthorAgeFilesLines
* [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