1<?php
2/**
3 * Default settings for the elasticsearch plugin
4 *
5 * @author Kieback&Peter IT <it-support@kieback-peter.de>
6 */
7
8$conf['servers']      = 'localhost:9200';
9$conf['username']    = '';
10$conf['password']    = '';
11$conf['indexname']    = 'wiki';
12$conf['snippets']     = 'content';
13$conf['searchSyntax'] = 1;
14$conf['perpage']      = 20;
15$conf['detectTranslation'] = 0;
16$conf['disableQuicksearch'] = 0;
17