xref: /plugin/sphinxsearch-was/conf/default.php (revision 19:d9760852ad64)
1<?php
2/**
3 * Options for the sphinxsearch plugin
4 *
5 * @author Yaroslav Vorozhko <yaroslav@ivinco.com>
6 */
7
8$conf['host']     = 'localhost';
9$conf['port']     = 3313;
10$conf['index']     = 'dk_main';
11$conf['maxresults'] = 10;
12$conf['snippetsize'] = 256;
13$conf['arroundwords'] = 5;
14$conf['body_priority'] = 5;
15$conf['title_priority'] = 20;
16$conf['categories_priority'] = 10;
17