xref: /plugin/elasticsearch/conf/metadata.php (revision beb3e085069876a2d2569f128671b69acab0aa54) !
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['indexname']    = array('string');
10$meta['documenttype'] = array('string');
11$meta['snippets']     = array('multichoice', '_choices' => array('content','abstract'));
12$meta['perpage']      = array('numeric', '_min' => 1);
13$meta['debug']        = array('onoff');
14
15