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