1<?php
2/**
3 * Options for the elasticsearch plugin
4 *
5 * @author Kieback&Peter IT <it-support@kieback-peter.de>
6 */
7
8$meta['servers']      = array();
9$meta['username']    = array('string');
10$meta['password']    = array('password');
11$meta['indexname']    = array('string');
12$meta['snippets']     = array('multichoice', '_choices' => array('content','abstract'));
13$meta['searchSyntax'] = array('onoff');
14$meta['perpage']      = array('numeric', '_min' => 1);
15$meta['detectTranslation'] = array('onoff');
16$meta['disableQuicksearch'] = array('onoff');
17