<?php
/**
 * Options for the sphinxsearch plugin
 *
 * @author Yaroslav Vorozhko <yaroslav@ivinco.com>
 */

$conf['host']     = 'localhost';
$conf['port']     = 3313;
$conf['index']     = 'dk_main';
$conf['maxresults'] = 10;
$conf['snippetsize'] = 300;
$conf['aroundwords'] = 5;
$conf['body_priority'] = 3;
$conf['title_priority'] = 3;
$conf['categories_priority'] = 1;
