xref: /plugin/elasticsearch/conf/default.php (revision 9a2288a153ca3399fabc000d567179a2e410eefe)
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['indexname']    = 'wiki';
10$conf['documenttype'] = 'wikipage';
11$conf['snippets']     = 'content';
12$conf['perpage']      = 5;
13$conf['realmonly']    = 0;
14$conf['debug']        = 0;
15
16