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