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'] = 200; 13$conf['aroundwords'] = 5; 14$conf['body_priority'] = 3; 15$conf['title_priority'] = 3; 16$conf['categories_priority'] = 1; 17