1<?php
2$conf['host']         = '127.0.0.1';
3$conf['port']         = 9312;
4$conf['index']        = 'dk_main';
5$conf['snippetsize']  = 500;  // Length of the excerpt in characters
6$conf['index_tags']   = 'p,li,h1,h2,h3,h4,h5,h6,td';
7$conf['maxresults']   = 10;
8